We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6af4c commit a301ba7Copy full SHA for a301ba7
README.md
@@ -57,5 +57,5 @@ Each lambda function will retrieve datadog api keys from KMS.
57
58
1. After modifying the files that you want inside the respective lambda app directory, run
59
```
60
-zip <app_directory_name>.zip <app_directory_name>/lambda_functon.py <app_directory_name>/dd_function.yaml
61
-```
+aws cloudformation package --template-file rds-enhanced-sam-template.yaml --output-template-file rds-enhanced-serverless-output.yaml --s3-bucket BUCKET_NAME
+```
0 commit comments