Cloudformation implement ssm param read#11962
Conversation
| """ | ||
|
|
||
| apigateway = "apigateway" | ||
| cloudformation = "cloudformation" |
There was a problem hiding this comment.
| SSMParameterProperties(Id=resource["Name"]) for resource in resources["Parameters"] | ||
| SSMParameterProperties(Name=resource["Name"]) | ||
| for resource in resources["Parameters"] |
There was a problem hiding this comment.
@Pive01 Will this create an issue with the resource overview? If so please let me know so that I don't break it for you! 😉
There was a problem hiding this comment.
Actually, I was just watching your demo and realised that the ssm parameter didn't show. So I realised that they are actually broken and this changes fixes it. We should probably try to push to merge this before the patch release!
There was a problem hiding this comment.
Thanks @cloutierMat , it does indeed fix an issue as the identifier was not set correctly...now is properly discovered 🚀
dominikschubert
left a comment
There was a problem hiding this comment.
Thanks for spotting and addressing this so quickly @cloutierMat !
It also adds some pressure on a fairly old TODO item regarding an ASF-update-like CFn spec update automation 😁
Motivation
Implementation of
readalong with fixinglistfor ssm parameters. While fixing I realised that the generated specs were out of date. So I recreated them, highlighting an issue with the previous list operation.Changes
createmethod to return thereadoperation. (how can we test this?)readoperationlistoperation