Support for --parameter-values in 0.3.0
See original GitHub issueI read issue #400 and it seems that SAM local no longer supports the --parameter-values
CloudFormation parameter now. Just want to make sure this is intentional and that the use of --env-vars
is the preferred replacement when running locally?
I have not tested if actions like deploy
support --parameter-values
still. Just wondering what the general direction is with regard to these configs. Thanks in advance!
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Support for --parameter-values in sam local 0.3.0 #572 - GitHub
I read issues #400 and #456 and it looks like --parameter-values or --parameter-overrides are no longer supported for sam local invoke ...
Read more >parameters 0.3.0 vulnerabilities | Snyk - Snyk Vulnerability Database
Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities (in both your packages & their dependencies) and provides ...
Read more >symfit.core.support — symfit 0.3.0 documentation - Read the Docs
This module contains support functions and convenience methods used throughout symfit. ... :return: (vars, params), a tuple of all variables and parameters, ...
Read more >LI78829: THE "&" IN PARAMETER VALUES IS NOT ... - IBM
The & is not encoded properly by the gateway, causing an unexpected response from the backend. Problem conclusion. The fix is targeted for...
Read more >Common service utilities — nRF Connect SDK 0.3.0 ...
Register a primary service descriptor. Parameters. _svc : GATT service descriptor. _svc_uuid_init : Service UUID. CHRC_REGISTER (_svc, _chrc_uuid_init ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@onelaview Soon! We have support for
--parameter-overrides
merged into develop (#657). This adds support for SAM CLI to resolve Refs of Parameters and pick up default values of those Parameters. It will be available in the next release. We will be closing #572 once this is available. Stay tuned! 😃yes,
--env-vars
is the recommended solution forsam local
suite of commands. But fordeploy
,--parameter-values
is still available and won’t be deprecated.Does this unblock you?