Skip to content

Instantly share code, notes, and snippets.

@mmuppidi
Created January 25, 2018 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmuppidi/0badf6fde3dced84b2c38be42299d6fe to your computer and use it in GitHub Desktop.
Save mmuppidi/0badf6fde3dced84b2c38be42299d6fe to your computer and use it in GitHub Desktop.
ARN from ImportValue cloud formation
- !Sub
- arn:aws:s3:::${StagingBucket}/*
- StagingBucket :
Fn::ImportValue:
!Sub "${FrontendStackName}-StagingBucket"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment