Convenience constructs included in this project:
- ApiGatewayServedLambda
- HostedReactApp
Includes following components:
HttpApi
to deliver endpointNodejsFunction
containing logicTable
in case of parameters added
new ApiGatewayServedLambda(stack, 'ApiGatwayServedLambda', {
lambda: {
entry: path.join(__dirname, 'handler.ts')
}
})
Includes following components:
Bucket
to host the react appDistribution
to serve the react app
new HostedReactApp(stack, 'HostedReactApp')
Use command npm run patch
or npm run minor
Tags will be automatically published to npmjs