OHDSI / OHDSI-in-a-Box

Virtual Machine containing SynPUF data in OMOP CDM, a RDBS including query client, WebAPI, ATLAS, R and Python.
Apache License 2.0
55 stars 32 forks source link

CloudFormation on AWS fails #12

Closed evgenykrass closed 4 years ago

evgenykrass commented 4 years ago

Hello,

The AWS create stack process for the OHDSI-in-a-box fails. The following message is displayed:

2020-01-13 14:30:00 UTC+0200 | EC2InstancesFunction | CREATE_FAILED | The runtime parameter of nodejs8.10 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs12.x) while creating or updating functions. (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: bf31d60c-90da-40e9-ad1b-cddf21e3c201)

Could you please suggest how to progress with OHDSI-in-a-box deployment? Thank you for help.

JamesSWiggins commented 4 years ago

Hi,

I have updated the runtime for this Lambda function and it is working correctly now!

James