Created
June 12, 2019 09:18
-
-
Save chrismckinnel/a8f04d60aed4b89889b50029cdbc4211 to your computer and use it in GitHub Desktop.
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
AWSTemplateFormatVersion: '2010-09-09' | |
Resources: | |
RedirectLambdaBucket: | |
Type: AWS::S3::Bucket | |
Outputs: | |
RedirectLambdaBucketName: | |
Description: Redirect lambda package S3 bucket name | |
Value: !Ref RedirectLambdaBucket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment