aws-lambda-golang-cdk
aws-lambda-golang-cdk copied to clipboard
Higher level CDK construct for Golang Lambda functions
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [jsii-rosetta](https://github.com/aws/jsii/tree/HEAD/packages/jsii-rosetta). These dependencies need to be updated together. Removes `xmldom` Updates `jsii-rosetta` from 1.6.0 to 1.69.0 Release notes Sourced from...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.0. Changelog Sourced from log4js's changelog. 6.4.0 security: default file permission to be 0o600 instead of 0o644 - thanks ranjit-git and @peteriman chore(docs): updated fileSync.md...
Hi @RafalWilinski, I've been using the construct for a while now and it's great! However with CDK v2 coming out soon the current package won't install/work due to peer dependency...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
**I am facing a problem while deploying** .....\node_modules\aws-lambda-golang\lib\builder.ts:71 throw new Error(`Failed to compile Go function at ${this.entry}: ${err}`); ^ **It appears that the problem is in line 28 in "builder.ts"...