serverless-haskell icon indicating copy to clipboard operation
serverless-haskell copied to clipboard

Deploying Haskell applications to AWS Lambda with Serverless

Results 25 serverless-haskell issues
Sort by recently updated
recently updated
newest added

Working towards supporting Amazonka 2.0 (see https://github.com/seek-oss/serverless-haskell/issues/169) I have no idea if this works yet, just made it compile and fixed the tests. Anyway I need to test our proprietary...

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

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

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Hello @koterpillar, since amazonka 2.0 release candidate is out (https://github.com/brendanhay/amazonka/discussions/716) I'd like to upgrade to it, but this will require this library to migrate to it too. Are you planning...

Today I tried upgrading from serverless-haskell from 0.12.5 to 0.12.6 With 0.12.5 my lambdas are building fine. But after upgrade to 0.12.6 I started getting failures like this: ```bash ......

Now here's something that'll let us avoid the `fpco/stack-build:lts-13.30` stuff, by using our own executables based on a smaller docker image. https://aws.amazon.com/blogs/aws/new-for-aws-lambda-container-image-support/