AWS Proxy Create1. Create a new secret2. Create a policy under the VPCNeed to pay attention to the error, if you remember to solve the error first{ "Version": "2012-10-17", "Statemen...
DELIMITER $$
USE `mysql`$$
DROP PROCEDURE IF EXISTS `rds_rotate_slow_log`$$
CREATE DEFINER=`rdsadmin`@`localhost` PROCEDURE `rds_rotate_slow_log`()
READS SQL DATA
DETERMINISTIC
BEGIN
DE...
You can find more information about Middy library and all available middleware here
Here is an example for how to use cors Middy middleware in Lambda:
import * as middy from 'middy'
import { cors...
EBS Volume
Allow your instance to persist data, even after their termination
Can only be mounted to one instance at a time
Bound to a specific availability zone (us-esat-1a volume cannot be attached ...