Skip to content

Commit

Permalink
Merge pull request #23 from zaro0508/code-bucket
Browse files Browse the repository at this point in the history
Bucket to store lambda artifacts
  • Loading branch information
zaro0508 authored Mar 22, 2018
2 parents cfbf7b8 + 66fadca commit 85c3777
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cf_templates/essentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ Resources:
S3BucketName: !Ref 'AWSS3ConfigBucket'
AWSS3ConfigBucket:
Type: AWS::S3::Bucket
AWSS3LambdaArtifactsBucket:
Type: AWS::S3::Bucket
AWSSnsConfigTopic:
Type: AWS::SNS::Topic
Properties:
Expand Down Expand Up @@ -344,6 +346,10 @@ Outputs:
Value: !Ref AWSS3CloudtrailBucket
Export:
Name: !Sub '${AWS::Region}-${AWS::StackName}-CloudtrailBucket'
AWSS3LambdaArtifactsBucket:
Value: !Ref AWSS3LambdaArtifactsBucket
Export:
Name: !Sub '${AWS::Region}-${AWS::StackName}-LambdaArtifactsBucket'
FhcrcVpnCidrip:
Value: !Ref FhcrcVpnCidrip
Export:
Expand Down

0 comments on commit 85c3777

Please sign in to comment.