1

I'm trying to create an Aurora Serverless database, using the Data API function in order to be able to access the query editor. Unfortunately, the UI was modified and I have been searching for the Data API enablement but could not find it. I followed this tutorial - 10:38 if helpful.

enter image description here Could you please help me ? Maybe it's with another name but I don't know ?

Elisa L.
  • 267
  • 1
  • 8

2 Answers2

2

You must be using Aurora Serverless v2. Only Aurora Serverless v1 supports Data API. So you have to use v1, or architect your application so that it does not require Data API.

Marcin
  • 215,873
  • 14
  • 235
  • 294
0

There is a more detailed discussion of the "Data API for AWS Aurora Serverless v2" issue here: When will Aurora Serverless V2 have a Data API? , which should help you choose which way to go in your architecture.

If you are interested in having Data API for v2, please consider submitting a Support Request to AWS, as discussed here https://stackoverflow.com/a/72675703/13702327

marracuene
  • 142
  • 11