Compare commits
No commits in common. "ec6ba877d786ad681b38d0feff568806bdcb3261" and "356351516caa5e6935ce2561d2e4a990380c38b4" have entirely different histories.
ec6ba877d7
...
356351516c
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -3,7 +3,6 @@ name: Deploy to AWS Lambda via SAM
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
@ -19,6 +19,4 @@ Resources:
|
||||
Type: Api
|
||||
Properties:
|
||||
Path: /
|
||||
Method: ANY
|
||||
Metadata:
|
||||
BuildMethod: go1.x
|
||||
Method: ANY
|
||||
Loading…
x
Reference in New Issue
Block a user