powered by
Amazon RDS Data Service
Amazon RDS provides an HTTP endpoint to run SQL statements on an Amazon Aurora Serverless DB cluster. To run these statements, you work with the Data Service API.
For more information about the Data Service API, see Using the Data API for Aurora Serverless in the Amazon Aurora User Guide.
rdsdataservice(config = list())
Optional configuration of credentials, endpoint, and/or region.
svc <- rdsdataservice( config = list( credentials = list( creds = list( access_key_id = "string", secret_access_key = "string", session_token = "string" ), profile = "string" ), endpoint = "string", region = "string" ) )
# NOT RUN { svc <- rdsdataservice() svc$batch_execute_statement( Foo = 123 ) # } # NOT RUN { # }
Run the code above in your browser using DataLab