Skip to content

Commit

Permalink
update more integs
Browse files Browse the repository at this point in the history
  • Loading branch information
iRoachie committed Oct 28, 2021
1 parent 87b4d50 commit 0e7ddaa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,12 @@
"Properties": {
"Port": 80,
"Protocol": "HTTP",
"TargetGroupAttributes": [
{
"Key": "stickiness.enabled",
"Value": "false"
}
],
"TargetType": "ip",
"VpcId": {
"Ref": "Vpc8378EB38"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@
"StackPublicSubnet1NATGatewayD2E1ABF7": {
"Type": "AWS::EC2::NatGateway",
"Properties": {
"SubnetId": {
"Ref": "StackPublicSubnet1Subnet0AD81D22"
},
"AllocationId": {
"Fn::GetAtt": [
"StackPublicSubnet1EIPBDAAB2A5",
"AllocationId"
]
},
"SubnetId": {
"Ref": "StackPublicSubnet1Subnet0AD81D22"
},
"Tags": [
{
"Key": "Name",
Expand Down Expand Up @@ -404,6 +404,12 @@
"LBListenerTargetsGroup76EF81E8": {
"Type": "AWS::ElasticLoadBalancingV2::TargetGroup",
"Properties": {
"TargetGroupAttributes": [
{
"Key": "stickiness.enabled",
"Value": "false"
}
],
"Targets": [
{
"Id": {
Expand Down Expand Up @@ -457,13 +463,13 @@
"Code": {
"ZipFile": "\ndef handler(event, context):\n return {\n \"isBase64Encoded\": False,\n \"statusCode\": 200,\n \"statusDescription\": \"200 OK\",\n \"headers\": {\n \"Set-cookie\": \"cookies\",\n \"Content-Type\": \"application/json\"\n },\n \"body\": \"Hello from Lambda\"\n }\n "
},
"Handler": "index.handler",
"Role": {
"Fn::GetAtt": [
"FunServiceRole3CC876D7",
"Arn"
]
},
"Handler": "index.handler",
"Runtime": "python3.6"
},
"DependsOn": [
Expand Down

0 comments on commit 0e7ddaa

Please sign in to comment.