middy icon indicating copy to clipboard operation
middy copied to clipboard

[Middleware] Parameters Secrets lambda extension

Open willfarrell opened this issue 1 year ago • 0 comments

Closes #1262

There isn't much documentation on this Lambda extension, so this is highly POC until someone test for real and can report back the actual response structure (specifically when the requested item is not found).

Todo List:

  • [x] Feature/Fix fully implemented
  • [x] All commits are cryptographically signed
  • [x] Updated relevant types
  • [x] Added tests (if applicable)
    • [x] Unit tests - missing tests when item is not found or timeout
    • [x] Fuzz tests
    • [x] Type tests
    • [x] Benchmark tests
  • [ ] Updated relevant documentation
  • [ ] Updated relevant examples

Docs

  • https://docs.aws.amazon.com/systems-manager/latest/userguide/ps-integration-lambda-extensions.html
  • https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets_lambda.html

willfarrell avatar Jan 03 '25 02:01 willfarrell