Skip to content

Conversation

@abhilashra
Copy link

@abhilashra abhilashra commented Jan 26, 2026

Rebase Erlcloud to latest branch

kennedyjosh and others added 30 commits August 19, 2020 18:51
* Implemented GetSecretValue AWS API

Implemented GetSecretValue API and wrote input and output tests for it.

Co-authored-by: Josh Kennedy <joshua@halloapp.com>
* Add support for sending raw emails via SES
Use actual config param in describe_load_balancers_all()
….response_type is not 'ok'

Internal function `erlcloud_application_autoscaler:request_with_action/3` currently ignores any error response from AWS other than config update failures. This change updates the code to check `#aws_request.response_type` and return `{ok, _}`/`{error, _}` appropriately.
erlcloud_application_autoscaler: return error tuple when '#aws_request.response_type' is not 'ok'
add support for ses config sets and tags
erlcloud_application_autoscaler: fix error decoder by verifying if the response contains a json body
Add tags into DescribeImages response
Implement CreatePlatformApplication request for SNS
Follow up to #645. I missed that I didn't catch this regression when `erlcloud_sm` was introduced in #654.

This change just adds the eplicit `[{return_maps, false}]` option to the `jsx:decode(...)` call to ensure that it comes back in the expected format, regardless of which jsx version the client uses.
Add ECS task launch type
Update how VPC endpoints are calculated
Enrich ecs:DescribeTasks responses.
rmpalomino and others added 28 commits October 30, 2024 15:56
* There are clashes between expected GLIBC libraries in Github Actions' checkout action and the runner environments that limit the runs to newer versions of OTP
* Dialyzer refactor: wrap with rebar3's dialyzer config and use a rebar3 profile with hackney included for checking, use map/0 type instead of maps:map/0 type
* Stop using split strings that are ambiguous with OTP 27+ triple-quoted strings (only used currently in unit tests)
* Add Github Actions job to publish to hex.pm on tag pushes
* Add rebar3_hex as a project_plugin for publishing
Add rebar3_hex as a project_plugin for publishing
```
$ grep CHECK Makefile
CHECK_FILES=\
CHECK_EUNIT_FILES=\
```

Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
ec2: add `metadata_options` property to `describe_instances()` output
Introduce support for the `elasticfilesystem:DescribeFileSystems`
operation via the `erlcloud_efs` module.
efs: Implement `DescribeFileSystems` API
Removed unused macros in Makefile
Implement S3 Head Bucket operation
Update erlcloud_sm to add missing functionality
@abhilashra abhilashra merged commit b242b59 into coretech:master Jan 26, 2026
1 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.