serverless/docs/deprecations.md

1.2 KiB

Serverless Framework Deprecations

AWS HTTP API payload format

Default HTTP API Payload version will be switched to 2.0 with next major release (For more details see payload format documentation)

Configure httpApi.payload explicitly to ensure seamless migration.

Outdated Node.js version

It appears you rely on no longer maintained Node.js version.

Please upgrade to use at least Node.js v10 (It's recommended to use LTS version, as listed at https://nodejs.org/en/)

AWS ALB allowUnauthenticated

Please use onUnauthenticatedRequest instead. allowUnauthenticated will be removed with v2.0.0

bin/serverless

Please use bin/serverless.js instead. bin/serverless will be removed with v2.0.0