Skip to content

Commit e9b9e46

Browse files
committed
rename file
1 parent 6a45e17 commit e9b9e46

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository is designed to provide guidance for implementing comprehensive t
1414
## Getting Started
1515
How do you use this repository?
1616

17-
- If you would like to understand the guidance behind the test samples, please read [Serverless Testing Principles](Serverless%20Testing%20Principles.md).
17+
- If you would like to understand the guidance behind the test samples, please read [Serverless Testing Principles](Serverless-Testing-Principles.md).
1818
- If you would like to implement the test samples in your own project, check out the sample code.
1919

2020
## Sample Code
File renamed without changes.

python-test-samples/async-architectures/async-lambda-dynamodb/template.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Globals: # https://docs.aws.amazon.com/serverless-application-model/latest/devel
2828
- !Sub arn:aws:lambda:${AWS::Region}:017000801446:layer:AWSLambdaPowertoolsPython:9
2929
Environment:
3030
Variables:
31+
# You can see that we use the Select-Split-Select-Split-Ref pattern below and throughout this template.
32+
# This pattern appends the CloudFormation stack id to the end of the name of the deployed resource. This
33+
# can be useful to identify a group of resources and also to prevent name collisions for some resource
34+
# types especially in shared accounts that may contain multiple development environments.
3135
DESTINATION_BUCKET: !Join
3236
- "-"
3337
- - "async-test-pattern-destination-bucket"

0 commit comments

Comments
 (0)