How to export already created (via web console) services to CDK locally and be able to deploy/update them? – Amazon Web Sevices
Current situation: I have an AWS API Gateway referencing some AWS Lambdas, and some Lambdas querying a DynamoDB instance. All of the above are created and handled manually via the AWS web console. There's no cloudformation template for that. ^…