Skip to content
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

Add support for Data Service API for Aurora serverless DB cluster #470

Merged
merged 1 commit into from
Jun 8, 2021

Conversation

LMJW
Copy link
Contributor

@LMJW LMJW commented Jun 8, 2021

Issue #, if available:
Add support for Data Service API for Aurora serverless DB cluster
Description of changes:

  • add rdsdata.json model
  • add rdadata-helloworld example

rdadata-helloworld example output

Running `/Users/xxx/github.com/smithy-rs/aws/sdk/build/aws-sdk/target/debug/rdsdata-helloworld`
ExecuteStatementOutput { records: Some([[StringValue("public"), StringValue("accounts"), StringValue("postgres"), IsNull(true), BooleanValue(true), BooleanValue(false), BooleanValue(false), BooleanValue(false)]]), column_metadata: None, number_of_records_updated: 0, generated_fields: None }

Test:

  • ./gradlew :aws:sdk:assemble PASS
  • ./gradlew :aws:sdk:test PASS
  • ./gradlew :aws:sdk:cargoCheck PASS

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Collaborator

@rcoh rcoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I'll debug CI – since you didn't change any kotlin I'm not sure why that check is failing

@rcoh rcoh merged commit 97cc7b5 into smithy-lang:main Jun 8, 2021
@LMJW LMJW deleted the rdsdata branch June 8, 2021 13:59
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.

2 participants