aws-nodejs-eb-codebuild
aws-nodejs-eb-codebuild copied to clipboard
I kept getting the following error when trying to create my EB environment. `Invalid option specification (Namespace: 'aws:elasticbeanstalk:container:nodejs:staticfiles', OptionName: '/static'): Unknown configuration setting.` After making this change and repacking the...
Hi, The build fails currently because the runtime versions are not specified in the install: section. This works: runtime-versions: nodejs: 10 https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#runtime-versions-buildspec-file Cheers, Garry
Bumps [express](https://github.com/expressjs/express) from 4.14.0 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [pug](https://github.com/pugjs/pug) from 2.0.0-beta11 to 3.0.2. Release notes Sourced from pug's releases. [email protected] Bug Fixes Sanitise the pretty option (#3314) If a malicious attacker could control the pretty option, it...