Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda no longer supports node 6.10 (build step) #2

Open
parkerfath opened this issue Jun 1, 2019 · 2 comments
Open

Lambda no longer supports node 6.10 (build step) #2

parkerfath opened this issue Jun 1, 2019 · 2 comments

Comments

@parkerfath
Copy link

Seems like we might need an update. This is from the amplify build step, under "Backend":

2019-06-01T20:55:16.202Z [INFO]: CREATE_FAILED PinpointFunction AWS::Lambda::Function Sat Jun 01 2019 20:55:15 GMT+0000 (UTC) The runtime parameter of nodejs6.10 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs8.10) while creating or updating functions. (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 8e432964-84af-11e9-9871-b5a71df59909)

@mjmaix
Copy link

mjmaix commented Jun 11, 2019

Just change the nodejs6.10 strings to nodejs8.10,

I also have to recreate the analytics backend with amplify remove analytics && amplify add analytics cause the I was getting a consistent error regardless of region


Embedded stack arn:aws:cloudformation:ap-southeast-1:991300696177:stack/chatql-react-test-20190611034537-analyticschatqlreact-TOCWMBV2XV6A/35229320-8bc4-11e9-b250-024d84896d6a was not successfully created: The following resource(s) failed to create: [PinpointFunctionOutputs].

@prgtrdr
Copy link

prgtrdr commented Sep 1, 2019

I have fixed this problem and created a pull request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants