aws-samples / aws-saas-factory-serverless-workshop

MIT No Attribution
135 stars 63 forks source link

Nested stacks of [saas-workshop] are failing due to unsupported runtime Java8 issue. #55

Closed nsb413 closed 8 months ago

nsb413 commented 8 months ago

Following documentation here

"eventSource": "lambda.amazonaws.com",
    "eventName": "CreateFunction20150331",
    "awsRegion": "us-east-2",
    "sourceIPAddress": "cloudformation.amazonaws.com",
    "userAgent": "cloudformation.amazonaws.com",
    "errorCode": "InvalidParameterValueException",
    "errorMessage": "The runtime parameter of java8 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (java21) while creating or updating functions.",
nsb413 commented 8 months ago

Thank you team for resolving the issue.