4.1.0
Big update: New middlewares to pull configurations into your Lambda handler from AppSync, S3, and DynamoDB
What's Changed
- Abort the handler timeout when the handler succeeds or fail by @leon19 in #985
- Add
disableContentTypeError
to body parse middlewares by @willfarrell in #982 - New Middleware:
dynamodb
- pull configs from DynamoDB by @willfarrell in #963 - New Middleware:
s3
- pull configs from S3 by @willfarrell in #961 - New Middleware:
appconfig
- pull configs from AppConfig by @willfarrell in #962 - feat(packages/appconfig): add type definitions by @naorpeled in #967
- feat(packages/s3): add type definitions by @naorpeled in #966
- feat(packages/dynamodb): add type definitions by @naorpeled in #965
New Contributors
Full Changelog: 4.0.10...4.1.0