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:
+2
View File
@@ -20,3 +20,5 @@ Resources:
Properties: Properties:
Path: / Path: /
Method: ANY Method: ANY
Metadata:
BuildMethod: go1.x