Created
April 10, 2022 23:01
-
-
Save louislatreille/5528f060eef1589d0ede21f5c0e3042d to your computer and use it in GitHub Desktop.
Serverless Streamlined - serverless.ts resources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const serverlessConfiguration: AWS = { | |
... | |
resources: { | |
Resources: { | |
...apiGatewayDefaultResponse4xx(), | |
...apiGatewayDefaultResponse5xx(), | |
...cognitoUserPool.resources, | |
...ddbMainTable.resources, | |
}, | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment