0.2.14 (2024-11-01)
0.2.13 (2024-08-01)
0.2.12 (2023-12-30)
- add console logging when running inside of github actions. add init_info property (56e3550)
- echo IAM username (fe59281)
0.2.11 (2023-12-23)
- add Services class to control which services are enabled and should be tested (c217965)
- raise error if a disabled client setter is called (8de3c2c)
0.2.10 (2023-12-22)
- add policy attachments to roles. add a config to apigateway session w longer timeout (ef2ffb7)
0.2.9 (2023-12-22)
- switch aws_s3_client to resource. lint lambda policy. (d85bfae)
0.2.8 (2023-12-22)
- add a copy of terraform.tfvars to rekognition_info lambda build (4ca4b7a)
- add remaining aws infrastructure resource meta data to /info (64630ea)
0.2.7 (2023-12-21)
0.2.6 (2023-12-21)
- refactor aws infrastructure logic to AWSInfrastructureConfig() (5f4f385)
0.2.5 (2023-12-20)
- add a Terraform aws_deployed bool environment variable, to track whether we're running in prod (d3aa46f)
0.2.4 (2023-12-20)
- add aws key pair with validation and business rules, and unit tests (e4d0710)
0.2.3 (2023-12-20)
- raise throttle_settings_burst_limit=25 so that unit tests aren't throttled (880be90)
0.2.2 (2023-12-20)
- integrate TFVARS to defaults. add conf meta fields. expand dump dict. (c653aa1)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.2.1 (2023-12-13)
- hard code aws region (0f10894)
0.2.0 (2023-12-13)
- add Lambda Layer with Pydantic and dotenv (612adb2)
0.2.0 (2023-12-13)
- add Lambda Layer with Pydantic and dotenv (612adb2)
0.1.2 (2023-12-13)
- add tests for .env file handling in conf.py (b9eac51)
- add unit test to configure Settings with constructor (f818fe5)
- add unit tests for read-only and negative attributes (9c840a1)
- add unit tests of pydantic range checking (f9ec717)
- scaffold lambda test banks (fe40ea2)
0.1.1 (2023-12-12)
- force a new release (1eb853b)
- force a new release (385cf2d)
Commit Delta: N/A
Released: 2023.09.03
Summary:
- Initial release!