-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support for --parameter-values in sam local 0.3.0 #572
Comments
+1 for this feature. It's really helpful in local testing. |
Closing. Was released with 0.6.1 |
SAM CLI --parameter-overrides doesn't use the same format as AWS CLI $ aws cloudformation deploy help
$ sam local start-api --help
Users gets the following error while using
|
Using
|
@guijob The way you are specifying them are incorrect.
|
@jfuss How override multi parameters ? |
@pmayet You can override multiple parameters by using quotes. Example: |
I read issues #400 and #456 and it looks like --parameter-values or --parameter-overrides are no longer supported for sam local invoke command. The ability to pass on parameters to a SAM Template when running locally is critical to test the behavior of the lambda function when deployed remotely.
Will --parameter-values or --parameter-overrides be supported for 'sam local invoke' command in future releases?
The text was updated successfully, but these errors were encountered: