/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

serverlesscode.com
| | techsavvypriya.wordpress.com
1.5 parsecs away

Travel
| | "Hello World" function(Lambda) for AWS using the serverless framework https://serverless.com/ What is Serverless Architecture? Serverless architectures refer to applications that significantly depend on third-party services (knows as Backend as a Service or "BaaS") or on custom code that's run in ephemeral containers (Function as a Service or "FaaS"), the best-known vendor host of which currently...
| | schadokar.dev
0.6 parsecs away

Travel
| | Setup serverless framework and create a hello function using the serverless template and deploy it on the cloud.
| | amorgunov.com
1.4 parsecs away

Travel
| | [AI summary] The user is asking for a summary of a long text about using AWS Lambda with Node.js and Serverless Framework. The text includes installation steps, configuration of serverless.yml, deployment commands, and examples of Lambda functions.
| | earthly.dev
9.9 parsecs away

Travel
| Learn how to automate the process of developing, testing, building, and deploying Docker containers using GitHub Actions. This tutorial will guide ...