v1.12.0
cloudposse-releaser
released this
01 Oct 20:03
·
11 commits
to refs/heads/main
since this release
bug/193-enable-http-endpoint @tsaucier0 (#234)
## what * Support for serverless v2 to ensure that configurations (like HTTP endpoints for the Data API) are correctly enabled on instances using the serverless v2 implementation. * A new condition, is_serverless_v2, was introduced to identify serverless v2 instances based on the specific configuration parameters required for its activation.why
- The original code was intended to
enable_http_endpoint
based on whether the database instance was using serverless architecture. With the introduction of serverless v2 for certain database engines, there is a need to update the logic to accommodate these options.
references
Closes #193