We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2843f commit 682a0c8Copy full SHA for 682a0c8
README.md
@@ -19,6 +19,7 @@ Features:
19
- Cloudformation stacks are defined in strongly typed C# using Humidifer of course.
20
- A README that has a quickstart with commands generated for you to get up and running quickly.
21
- Includes a simple Lambda function that can be deployed in seconds, configured with Serilog and Cloudwatch metrics.
22
+- Includes code for invoking the Lambda function, tailing the log and viewing the response.
23
- Config using .env files and environment variables for CI/CD.
24
- Secrets management using .aes files (encrypt/decrypt) and sync to parameter store.
25
- Unit test project
0 commit comments