customink / activerecord-aurora-serverless-adapter

ActiveRecord Adapter for Amazon Aurora Serverless
https://technology.customink.com/blog/2020/01/03/migrate-your-rails-app-from-heroku-to-aws-lambda/
MIT License
66 stars 7 forks source link

Remove Data API SDK CLI Calls #3

Closed metaskills closed 4 years ago

metaskills commented 4 years ago

We had to add a few hacks in order to get the Data API turned on for the test cluster. Thankfully, it should be done soon. Here is the source CDK GitHub issue. https://github.com/aws/aws-cdk/issues/5216

And here are the two places we need to remove/change when we upgrade CDK.

metaskills commented 4 years ago

This was done in #5. Thanks CDK team!