dherault / serverless-offline

Emulate AWS λ and API Gateway locally when developing your Serverless project
MIT License
5.19k stars 795 forks source link

feat: add support for java17 runtime #1711

Closed adamjq closed 1 year ago

adamjq commented 1 year ago

Adds support for the recently released Java 17 runtime for AWS Lambda: https://aws.amazon.com/about-aws/whats-new/2023/04/aws-lambda-java-17/

Java 17 has been recognised in serverless since 3.31.0: https://github.com/serverless/serverless/releases/tag/v3.31.0

Lambda runtimes: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

adamjq commented 1 year ago

Ran into some issues with this due to gradle versions. Closing for now