Skip to content

Instantly share code, notes, and snippets.

@chrismckinnel
Created June 12, 2019 09:18
Show Gist options
  • Save chrismckinnel/a8f04d60aed4b89889b50029cdbc4211 to your computer and use it in GitHub Desktop.
Save chrismckinnel/a8f04d60aed4b89889b50029cdbc4211 to your computer and use it in GitHub Desktop.
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