Published onMarch 10, 2023Connecting AWS Lambda with Amazon RDS using AWS CDK and Node.jsawslambdardscdknodejsThis blog post gives an overview of how to connect an AWS Lambda function to an RDS instance to perform database operations. We will explore how to connect Lambda to RDS over the Internet or VPC, and how to make RDS publicly accessible.
Published onOctober 28, 2022Enable CORS in AWS API Gateway + Lambda proxy integration with AWS CDKawscdkapi-gatewaylambdacorsHow to enable CORS in AWS API Gateway + Lambda proxy integration with AWS CDK in a few lines of code.