You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using SAM cli v1.22 on Windows 10.
I'm just trying to declare some environment variables in my template.yaml file so they are created in my lambda function.
I have something like this:
sam deploy doesn't report any errors, but no environment variables show up in AWS console for this lambda function.
I was about to give up, but then I tried uninstalling the sam cli, got an older version (1.15) and tried again.
All my environment variables were created with their corresponding values.
I haven't tried other versions nor other OSs, so as far as I know, this seems to be an issue in v1.22 on Windows 10.
The text was updated successfully, but these errors were encountered:
I'm using SAM cli v1.22 on Windows 10.
I'm just trying to declare some environment variables in my template.yaml file so they are created in my lambda function.
I have something like this:
sam deploy doesn't report any errors, but no environment variables show up in AWS console for this lambda function.
I was about to give up, but then I tried uninstalling the sam cli, got an older version (1.15) and tried again.
All my environment variables were created with their corresponding values.
I haven't tried other versions nor other OSs, so as far as I know, this seems to be an issue in v1.22 on Windows 10.
The text was updated successfully, but these errors were encountered: