Viewing docs for AWS v7.22.0
published on Wednesday, Mar 11, 2026 by Pulumi
published on Wednesday, Mar 11, 2026 by Pulumi
AWS F# Lambda Web Server
Viewing docs for AWS v7.22.0
published on Wednesday, Mar 11, 2026 by Pulumi
published on Wednesday, Mar 11, 2026 by Pulumi
This example creates a web server in AWS lambda using the Giraffe web server
Deploying the App
To deploy your infrastructure, follow the below steps.
Prerequisites
Steps
After cloning this repo, from this working directory, run these commands:
- Build and publish the lambda function, making the output available to our Pulumi program.
dotnet publish ./LambdaWebServer
- Execute our Pulumi program to archive our published function output, and create our lambda.
pulumi up -C ./pulumi
- In a browser, navigate to the URL for
websiteUrl. You should see the welcome message.
Viewing docs for AWS v7.22.0
published on Wednesday, Mar 11, 2026 by Pulumi
published on Wednesday, Mar 11, 2026 by Pulumi
