We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738b7ce commit 841f63bCopy full SHA for 841f63b
1 file changed
.github/workflows/ci.yml
@@ -44,9 +44,12 @@ jobs:
44
cache-to: type=gha,mode=max
45
provenance: false
46
47
- - name: Test Docker Image
+ - name: Test Run Docker Image
48
run: |
49
docker run -p 9000:8080 --rm --init ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ github.sha }}
50
+
51
+ - name: Test Lambda Endpoint
52
+ run: |
53
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}
54
55
- name: Docker Build and Push
0 commit comments