Skip to content

Commit

Permalink
Merge branch 'main' into fix-iotevents-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 15, 2025
2 parents 2e22ee3 + 31477af commit ae2f1f4
Show file tree
Hide file tree
Showing 14 changed files with 383 additions and 67 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"ApiId": {
"Ref": "mywsapi32E6CE11"
},
"RouteKey": "$default",
"AuthorizationType": "NONE",
"RouteKey": "$default",
"Target": {
"Fn::Join": [
"",
Expand All @@ -39,14 +39,18 @@
}
}
},
"mywsapisendmessageRouteSendMessageIntegrationD29E12F9": {
"mywsapisendmessageRouteDefaultIntegration702159AD": {
"Type": "AWS::ApiGatewayV2::Integration",
"Properties": {
"ApiId": {
"Ref": "mywsapi32E6CE11"
},
"IntegrationType": "MOCK",
"IntegrationUri": ""
"IntegrationUri": "",
"RequestTemplates": {
"application/json": "{\"statusCode\":200}"
},
"TemplateSelectionExpression": "\\$default"
}
},
"mywsapisendmessageRouteAE873328": {
Expand All @@ -55,29 +59,42 @@
"ApiId": {
"Ref": "mywsapi32E6CE11"
},
"RouteKey": "sendmessage",
"AuthorizationType": "NONE",
"RouteKey": "sendmessage",
"RouteResponseSelectionExpression": "$default",
"Target": {
"Fn::Join": [
"",
[
"integrations/",
{
"Ref": "mywsapisendmessageRouteSendMessageIntegrationD29E12F9"
"Ref": "mywsapisendmessageRouteDefaultIntegration702159AD"
}
]
]
}
}
},
"mywsapisendmessageRouteResponse2ED167D2": {
"Type": "AWS::ApiGatewayV2::RouteResponse",
"Properties": {
"ApiId": {
"Ref": "mywsapi32E6CE11"
},
"RouteId": {
"Ref": "mywsapisendmessageRouteAE873328"
},
"RouteResponseKey": "$default"
}
},
"mystage114C35EC": {
"Type": "AWS::ApiGatewayV2::Stage",
"Properties": {
"ApiId": {
"Ref": "mywsapi32E6CE11"
},
"StageName": "dev",
"AutoDeploy": true
"AutoDeploy": true,
"StageName": "dev"
}
}
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ae2f1f4

Please sign in to comment.