Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Jan 5, 2024
1 parent 88d3563 commit ec8014b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ exports[`returns expected CloudFormation stack for dev 1`] = `
},
"Type": "AWS::Lambda::Function",
},
"workerCurrentVersionFA5B4BF40511cedb42f6a199ae2909ac3c82fae6": {
"workerCurrentVersionFA5B4BF48eefcd60470daaddaf0e1448ba89a032": {
"Properties": {
"FunctionName": {
"Ref": "worker28EA3E30",
Expand Down Expand Up @@ -540,7 +540,7 @@ exports[`returns expected CloudFormation stack for dev 1`] = `
},
"FunctionVersion": {
"Fn::GetAtt": [
"workerCurrentVersionFA5B4BF40511cedb42f6a199ae2909ac3c82fae6",
"workerCurrentVersionFA5B4BF48eefcd60470daaddaf0e1448ba89a032",
"Version",
],
},
Expand Down Expand Up @@ -1388,7 +1388,7 @@ exports[`returns expected CloudFormation stack for prod 1`] = `
},
"Type": "AWS::Lambda::Function",
},
"workerCurrentVersionFA5B4BF4ee20a76340ab96b2d06d555daaec89f1": {
"workerCurrentVersionFA5B4BF4323275fa54fb77538a715a52202e154d": {
"Properties": {
"FunctionName": {
"Ref": "worker28EA3E30",
Expand Down Expand Up @@ -1477,7 +1477,7 @@ exports[`returns expected CloudFormation stack for prod 1`] = `
},
"FunctionVersion": {
"Fn::GetAtt": [
"workerCurrentVersionFA5B4BF4ee20a76340ab96b2d06d555daaec89f1",
"workerCurrentVersionFA5B4BF4323275fa54fb77538a715a52202e154d",
"Version",
],
},
Expand Down

0 comments on commit ec8014b

Please sign in to comment.