About 194,000 results
Open links in new tab
  1. AWS::Serverless::Function - AWS Serverless Application Model

    The following is an example of an AWS::Serverless::Function of package type Zip (default) that uses InlineCode, Layers, Tracing, Policies, Amazon EFS, and an Api event source.

  2. Serverless Framework - AWS Lambda Functions

    The handler property points to the file and module containing the code you want to run in your function.

  3. What is the difference between a Serverless Function, and a Lambda Function

    Apr 21, 2018 · AWS::Serverless::Function is the AWS SAM syntax to define a Lambda function which internally creates a Lambda function in Cloudformation (AWS::Lambda::Function) and …

  4. AWS CloudFormation resources generated when AWS::Serverless::Function

    This section lists the AWS CloudFormation resources that AWS Serverless Application Model (AWS SAM) generates when AWS SAM AWS::Serverless::Function is specified.

  5. GitHub - aws/serverless-application-model: The AWS Serverless ...

    The AWS::Serverless::Function resource will create a AWS Lambda function that logs events it receives. Under the hood, the template is transformed into the JSON equivalent of the …

  6. AWS::Serverless::Function - Amazon Serverless Application Model

    The following is an example of an AWS::Serverless::Function of package type Zip (default) that uses InlineCode, Layers, Tracing, Policies, Amazon EFS, and an Api event source.

  7. AWS CLI for Serverless Function Management - GeeksforGeeks

    Aug 14, 2024 · This article will walk you through the basics of working with the AWS CLI to help manage your serverless functions, whereby we are going to look into some of the primary …

  8. Serverless Framework Documentation

    An introduction to the Serverless Framework, its philosophy, overview, and key highlights. Learn how to build serverless applications efficiently with minimal maintenance.

  9. Deploying AWS Lambda Functions with Serverless Framework: A …

    Apr 24, 2024 · By following this guide, you will have a robust setup for deploying AWS Lambda functions using the Serverless Framework, ready to scale as needed for your project’s …

  10. How to Build a Full-Stack Serverless CRUD App using AWS and …

    6 days ago · If you're a junior cloud engineer ready to move beyond theoretical AWS concepts and build something real, this tutorial walks you through creating a complete serverless coffee …