Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

CloudFormation

I'm starting to think that using CloudFormation from AWS CDK is the right way to go.

I previously tried to handwrite an AWS CloudFormation template and failed.... www.ekwbtblog.com What I learned at that time was that CloudFormation templates are not the kind that can be written by hand, but rather generated using some kin…

How to quickly create a Slack Bot with AWS Lambda + Serverless Framework

This is a working memo for a simple Slack Bot using AWS Lambda and Serverless Framework. Creating a Slack Bot is a laborious process with many steps, but with AWS Lambda, you don't have to worry about the server environment. In addition, u…

A story about using AWS CloudFormation and how it exceeded the limits of what a person can handle.

As the title suggests, this is my impression of AWS CloudFormation. impetus When calling AWS Lambda from a URL, you have to use the AWS API Gateway GUI to do the mapping, such as "call this Lambda for this method of this URL," but this is …