Compare commits

...
2 Commits
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ name: Deploy to AWS Lambda via SAM
on: on:
push: push:
branches: [main] branches: [main]
workflow_dispatch:
jobs: jobs:
deploy: deploy:
+3 -1
View File
@@ -19,4 +19,6 @@ Resources:
Type: Api Type: Api
Properties: Properties:
Path: / Path: /
Method: ANY Method: ANY
Metadata:
BuildMethod: go1.x