Welcome to new things

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

Lambda

In the end, we decided to use Serverless to manage AWS Lambda and API Gateway.

As I wrote in AWS CloudFormation Articles, AWS Lambda and API Gateway are managed in Serverless. Here is a poem about how we got there and a brief explanation of how to use Serverless. impetus What URL the Lambda is called with is configur…

How to support CORS for API Gateway authorizer in Serverless

About this Article This section describes how to configure the API Gateway authorizer to be able to CORS on the Serverless Framework. The details are transcribed below, with an outline added. https://serverless.com/blog/cors-api-gateway-su…

How to configure Serverless to use authorizers from multiple Lambdas

About this Article Describes a setting to allow the authorizer to be used by multiple Lambdas when deploying Lambdas using the Serverless Framework. procedure Include resultTtlInSeconds: 0 in all http events that use the authorizer, as in …

Talk about Azure Functions starting up too slowly the first time.

There is a service called Azure Functions, which is like an Azure version of AWS Lambda. I wanted to operate Azure from MS Flow, and since MS Flow has a connector for Azure Functions, I tried to write a Function to operate Azure with Azure…