Skip to content

Commit 9948383

Browse files
committed
fix: match apps with configuration scripts
1 parent b532892 commit 9948383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/aws_lambda/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ rm -rf vendor && mkdir -p vendor/slack_bolt && cp -pr ../../slack_bolt/* vendor/
33
pip install git+https://github.com/nficano/python-lambda
44
lambda deploy \
55
--config-file aws_lambda_config.yaml \
6-
--requirements requirements.txt
6+
--requirements requirements.txt

examples/aws_lambda/lazy_aws_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def handler(event, context):
4747

4848
# rm -rf vendor && cp -pr ../../src/* vendor/
4949
# pip install git+https://github.com/nficano/python-lambda
50-
# lambda deploy --config-file aws_lambda_config.yaml --requirements requirements.txt
50+
# lambda deploy --config-file lazy_aws_lambda_config.yaml --requirements requirements.txt

0 commit comments

Comments
 (0)