Skip to content

Commit

Permalink
Don't change S3Bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Jul 11, 2020
1 parent a3cc5c7 commit 6aae888
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions deployment/serverless-image-handler.template
Original file line number Diff line number Diff line change
Expand Up @@ -326,20 +326,10 @@
"Role": { "Fn::GetAtt": [ "ImageHandlerFunctionRole", "Arn" ] },
"Code": {
"S3Bucket": {
"Fn::Join": [
"-",
[
{
"Fn::FindInMap": [
"SourceCode",
"General",
"S3Bucket"
]
},
{
"Ref": "AWS::Region"
}
]
"Fn::FindInMap": [
"SourceCode",
"General",
"S3Bucket"
]
},
"S3Key": {
Expand Down

0 comments on commit 6aae888

Please sign in to comment.