forked from erlcloud/erlcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Rebase erlcloud to latest branch #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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.
…of '{error, {Type, Message}}'
add platform to instance
erlcloud_application_autoscaler: return error tuple when '#aws_request.response_type' is not 'ok'
add support for ses config sets and tags
…e response contains a json body
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
erlcloud_sm: fix use of jsx
Update how VPC endpoints are calculated
Enrich ecs:DescribeTasks responses.
* 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)
Bump lhttpc to 1.7.1
* Add Github Actions job to publish to hex.pm on tag pushes
Add hex.pm publish on tag push
* 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>
Upgrade base16 library
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
Move get_random_password/0
manpatel
approved these changes
Jan 26, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rebase Erlcloud to latest branch