Bug fixes - Fixed a bug where the value of an AWS Secrets Manager secret wasn't always returned as a string.
1.1.4
New features - Added a new option that allows specifying a common ARN prefix for all secrets using the `SAFE_INIT_SECRET_ARN_PREFIX` environment variable.
Bug fixes - Fixed a bug where a KeyError could be raised if an environment variable was no longer found after function import phase.
1.1.3
Bug fixes - Fixed a bug where setting environment variables to a false-like value (e.g. `0`, `false`, `off`, `no`) would not work as expected.
1.1.2
Bug fixes - Fixed a bug where resolved AWS Secrets Manager secrets were being accessible during the initialization, but not during the execution of the Lambda function.
1.1.1
No significant changes.
1.1.0
New features - AWS Secrets integration: Safe Init can now automatically fetch secrets from AWS Secrets Manager and inject them into your Lambda function's environment variables.