RSSAmplifier

how.wtf · Nov 12, 2023

Create Lambda Function URL using AWS CDK

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Deploying Lambda Function URLs with the AWS CDK is simple. How to deploy Function URLs using AWS Python CDK Follow the instructions below to deploy an AWS Lambda Function with a URL. Create a requirements.txt For this tutorial, version 2.106.1 of the AWS CDK was used. 1aws-cdk-lib==2.106.1 2constructs>=10.0.0,<11.0.0Install the dependencies 1pip3 install -r requirements.txtCreate /handler folder…

Read on how.wtf

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.