@cloud-copilot/iam-lens 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -276,3 +276,7 @@ iam-lens simulate \
|
|
|
276
276
|
```
|
|
277
277
|
|
|
278
278
|
In this case, `aws:CurrentTime` and `aws:PrincipalTag/Env` will use the provided values instead of what iam-lens would normally derive.
|
|
279
|
+
|
|
280
|
+
## Acknowledgements
|
|
281
|
+
|
|
282
|
+
Special thanks to [Ziyad Almbasher](https://www.linkedin.com/in/ziadmo/) for testing, validating, providing feedback, and for not letting up when the author thinks "this is fine".
|