Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 3364876

Browse files
Pequenos ajustes para gitignore e projectrc (inclusão de flag para indicar se vai criar um event source)
1 parent 1c8ddf0 commit 3364876

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/lambda_api/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ imagedefinitions.json
5959
config/integration.en
6060
/node_modules/
6161

62+
/lambda-full.zip

examples/lambda_api/.projectrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
PROJECT_NAME=template-serverless-lambda-python-lambda-api
22
NETWORK_NAME=service-python
3+
APP_QUEUE=test-queue
4+
APP_LAMBDA_NAME=lambda_api
5+
APP_LAMBDA_EVENT_SOURCE=false

0 commit comments

Comments
 (0)