Skip to content

Instantly share code, notes, and snippets.

@louislatreille
Created April 10, 2022 23:01
Show Gist options
  • Save louislatreille/5528f060eef1589d0ede21f5c0e3042d to your computer and use it in GitHub Desktop.
Save louislatreille/5528f060eef1589d0ede21f5c0e3042d to your computer and use it in GitHub Desktop.
Serverless Streamlined - serverless.ts resources
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