This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---- | |
# CloudFormation yaml for S3 bucket + Lambda trigger | |
# ---- | |
Parameters: | |
UserProfileArtifactS3BucketName: | |
Type: String | |
Description: The name of the S3 bucket that contains the user profile images. | |
UserProfileLambdaFunctionName: | |
Type: String | |
Description: The name of the image optimizer S3 trigger lambda function. |