DEV Community

Discussion on: Serverless Contact Form Using AWS Amplify

Collapse
 
vince_bighire_tools profile image
Vince Fulco (It / It's)

This is a terrific workflow process and amplify has really come far. I have been working on backend stuff with SAM and need to revisit frontend.

At the step when the lambda function needs to be updated, I am not getting the same choices reflected in the writeup, i.e. "
Environment variables configuration" using SAM CLI 1.25.0. My menu says, "1. resource access permissions, scheduled recurring invocation, lambda layers configuration" with the obvious choice being the first one. But this decision path doesn't continue your workflow. Welcome any tips. Thanks.

Collapse
 
focusotter profile image
Michael Liendo

Hey Vince! Glad you liked the post! Environment variables were just released last week. Have you had a chance to update your CLI to the latest version?

Collapse
 
focusotter profile image
Michael Liendo

npm i -g @aws-amplify/cli

Collapse
 
focusotter profile image
Michael Liendo

npm i -g @aws-amplify/cli

Collapse
 
vince_bighire_tools profile image
Vince Fulco (It / It's)

Things move fast in the AWS universe! I think I upgraded just the previous week. That was the issue. Thanks again for the fast response and series. Kudos.