aws-lambda-typescript icon indicating copy to clipboard operation
aws-lambda-typescript copied to clipboard

build pipeline for easily building aws lambda functions with typescript

Results 13 aws-lambda-typescript issues
Sort by recently updated
recently updated
newest added

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.3. Release notes Sourced from loader-utils's releases. v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit (#217) (a93cf6f) v2.0.2 2.0.2 (2021-11-04) Bug Fixes base64 generation...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

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...

dependencies

Due to registerBuildGulpTasks... around line 57 it bombs out if the pathToLambda doesn't exist... but of course if you're performing a `lambda:init` then `index.ts` doesn't exist yet so the lambda:init...

It seems like AWS Lambda has changed their deployment mechanism... "gulp lambda:deploy" now gives me errors like: ``` [11:14:21] 'lambda:upload' errored after 668 ms [11:14:21] ResourceConflictException: The operation cannot be...

Bumps [set-getter](https://github.com/doowb/set-getter) from 0.1.0 to 0.1.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=set-getter&package-manager=npm_and_yarn&previous-version=0.1.0&new-version=0.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

When I try to import modules, I get this error. I have confirmed that the package.json has the required modules and there is a node_modules directory with the required module....

``` npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5 npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and...

Bumps [webpack](https://github.com/webpack/webpack) from 5.36.2 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies