claudia icon indicating copy to clipboard operation
claudia copied to clipboard

Deploy Node.js projects to AWS Lambda and API Gateway easily

Results 25 claudia issues
Sort by recently updated
recently updated
newest added

# Vulnerabilities `npm audit` reports 6 vulnerabilities (3 low, 1 moderate, 2 high) > ## npm audit report > > **acorn** 5.5.0 - 5.7.3 || 6.0.0 - 6.4.0 || 7.0.0...

* Expected behaviour: Successful deploy * What actually happens: The following error gets thrown ` '1 validation error detected: Value \'TLSv1.2_2019\' at \'distributionConfig.viewerCertificate.minimumProtocolVersion\' failed to satisfy constraint: Member must satisfy...

* Expected behaviour: I am using npm 7 workspaces. When I run claudia pack with a module that depends on workspaces, I expect those workspaces to be included in the...

Please use GitHub issues only to report bugs. To ask a general question or request assistance/support, please use the [Claudia.js Gitter Chat](https://gitter.im/claudiajs/claudia) instead. To report a bug or a problem,...

* Expected behaviour: Lambda / ApiGateway is created and deployed * What actually happens: ``` $ yarn run create yarn run v1.22.4 $ yarn run build && claudia create --region...

After digging through the docs of Claudia and AWS, I am still not able to setup a local environment, in which I can debug the application. I am using the...

Added VPC stuff to the configuration patch so it can be updated.

* Expected behaviour: clean created AWS resources after error occured * What actually happens: I got an error (for example 'Inaccessible host) and then when I try to rerun the...

* Expected behaviour: claudia create fails gracefully, either * 1st time, `claudia.json` is created so it can resume operation later * or 2nd time, when role already exists, claudia create...

Just got an email from AWS saying they are starting the process for end of support for Node.js 12. They are recommending updating to nodejs16, so I though it would...