Skip to content

Commit a301ba7

Browse files
author
Garner Fox McCloud
authored
Add cloudformation package instructions
1 parent 6e6af4c commit a301ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ Each lambda function will retrieve datadog api keys from KMS.
5757
5858
1. After modifying the files that you want inside the respective lambda app directory, run
5959
```
60-
zip <app_directory_name>.zip <app_directory_name>/lambda_functon.py <app_directory_name>/dd_function.yaml
61-
```
60+
aws cloudformation package --template-file rds-enhanced-sam-template.yaml --output-template-file rds-enhanced-serverless-output.yaml --s3-bucket BUCKET_NAME
61+
```

0 commit comments

Comments
 (0)