Skip to content

Commit

Permalink
feat(apigatewayv2-integrations): WebSocketMockIntegration props
Browse files Browse the repository at this point in the history
  • Loading branch information
nmussy committed Jun 22, 2024
1 parent 3b95777 commit 989beee
Show file tree
Hide file tree
Showing 11 changed files with 356 additions and 65 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 989beee

Please sign in to comment.