Skip to content

Commit

Permalink
Merge pull request #156 from aws-beam/minor-touchup-of-readme
Browse files Browse the repository at this point in the history
Minor touchup of README for aws_rds_iam_token
  • Loading branch information
onno-vos-dev authored Sep 20, 2024
2 parents cfaab7d + ec36da5 commit 8180fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This allows for easy creation of RDS/Aurora tokens to be used for IAM based auth
```erlang
> Client = aws_client:make_temporary_client(<<"AccessKeyID">>, <<"SecretAccessKey">>, <<"Token">>, <<"eu-west-1">>).
[...]
> {ok, Url} = create(Client, <<"db_endpoint">>, 5432, <<"db_user">>).
> {ok, Url} = aws_rds_iam_token:rds_token_create(Client, <<"db_endpoint">>, 5432, <<"db_user">>).
[...]
```

Expand Down

0 comments on commit 8180fe8

Please sign in to comment.