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
When updating function configuration using aws-cli, are there any specific reasons why hyphens(dashes, -) are not allowed in lambda environment variable keys?
botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the UpdateFunctionConfiguration operation: 1 validation error detected: Value at 'environment.variables' failed to satisfy constraint: Map keys must satisfy constraint: [Member must satisfy regular expression pattern: [a-zA-Z]([a-zA-Z0-9_])+]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When updating function configuration using aws-cli, are there any specific reasons why hyphens(dashes, -) are not allowed in lambda environment variable keys?
Beta Was this translation helpful? Give feedback.
All reactions