ssm icon indicating copy to clipboard operation
ssm copied to clipboard

A un-/marshal (encode & decode) library for go structs to AWS Systems Manager Parameter Store and Secrets Manager

Results 9 ssm issues
Sort by recently updated
recently updated
newest added

Today the pms.Write will just do a put with overwrite (default) and then if any tags is present do call `AddTagsToResourceRequest`. Hence for every pms variable two calls be done....

So one may have the ability to write: ```go type MyStruct struct { MyField string `pms:"test, expires:2021-02-17T08:10:12.000Z"` } ``` This would generate a a policy for the parameter _test_ as...

Since the max number of parameters per request is 10. This may be done in pms/serializer::extractParameters(m) around line 68

The HTTP is returning 200 OK but list all parameters as invalid. If I put a sleep between the calls, it works ok.

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript