Hi All,
So far I have successfully used Serverless to configure and deploy AWS Lambdas with DynamoDB, I’m now trying to ‘upgrade’ DynamoDB to use DAX. Thing is, DAX needs to run within a VPC and essentially my lambda cannot communicate with my DAX cluster.
In short I’m trying to implement something like this - Use Amazon DynamoDB Accelerator (DAX) from AWS Lambda to increase performance while reducing costs | AWS Database Blog - but using Serverless to manage and configure CloudFormation instead.
I searched as best as I could but could not find any directly useful information. Has anyone used Serverless to deploy AWS Lambdas with DAX before?
These links might serve useful for others.
Any help will be appreciated!