Serverless AWS Lambda Function Event Streams Kinesis

Setup AWS Lambda Function as a Kinesis stream consumer. The stream will trigger the Lambda Function to run for each record sent to the Kinesis stream.

Lee Gilliam @ Carova Labs

August 18, 2022

Serverless AWS Lambdafunction Scheduled Cronjob

Use the Serverless Framework to deploy a scheduled cronjob Lambdafunction to Amazon Web Service. The scheduled Lambdafunction in the template below will run every 10 minutes.

Lee Gilliam @ Carova Labs

August 18, 2022

Serverless AWS SQS Queue Subscribed To SNS Topic

Create SQS Queue that received messages from SNS Topics through Subscribing your SQS Queue to the SNS Topic with an SQS Queue Policy. Bonus: Included is an AWS Lambda Function that is triggered by the SQS Queue.

Lee Gilliam @ Carova Labs

August 03, 2022

Serverless AWS Create SNS Topic Template

Create a AWS SNS Topic with your Serverless YAML file. AWS SNS Topics are used to deliver events throughout the AWS environment and to external systems.

Lee Gilliam @ Carova Labs

August 03, 2022

Serverless AWS Lambda Function ES Build Setup

Setup ES Build for your Serverless Project. Build your Serverless Lambda Functions using ES Build for smaller packaged services and quicker builds.

Lee Gilliam @ Carova Labs

August 03, 2022

Serverless AWS Add Lambda Layer to Lambda Function

Add a Lambda Layer to your AWS Lambda Function through your Severless Yaml file.

Lee Gilliam @ Carova Labs

August 03, 2022

Serverless AWS Lambda Function as API Gateway Endpoint

Serverless template to create an AWS Lambda Function connected to an existing API Gateway API. The API Endpoint has an example of a dynamic path variable and allowed querystrings.

Lee Gilliam @ Carova Labs

August 03, 2022

Serverless AWS Create SQS Queue Template

Serverless template to create a SQS queue and SQS DLQ in AWS. The SQS queues reference each other and errored events will be sent to the SQS DLQ.

Lee Gilliam @ Carova Labs

August 03, 2022

Read Data From AWS S3 With Nodejs

Example of getting data from S3 and a stream function to read the data into a useable format.

Lee Gilliam @ Carova Labs

August 03, 2022

Serverless AWS VPC Create Custom VPC With Template

Configure and deploy a custom AWS VPC using your Serverless YAML template. The VPC can be reference in other AWS CloudFormation Stacks by automatically output variables.

Lee Gilliam @ Carova Labs

August 03, 2022

Serverless AWS CloudFormation Output Stack Variables

Export AWS CloudFormation Stack variables so that other AWS CloudFormation Stacks can reference them. Learn how to export a DynamoDB Table name, arn, and streamArn.

Lee Gilliam @ Carova Labs

August 03, 2022

Serverless AWS API Gateway Create and Deploy API

Create and Deploy an AWS API Gateway API using your Serverless YAML file. Deploy your AWS API Gateway API to a specified stage on the initial deployment.

Lee Gilliam @ Carova Labs

August 03, 2022

Serverless AWS Create DynamoDB Table

Create a DynamoDB Table with your Serverless YAML file. DynamoDB Table with a Time to Live (TTL) attribute and a Global Secondary Index (GSI) to query efficiently by dates.

Lee Gilliam @ Carova Labs

August 03, 2022

Serverless AWS Create Timestream Database and Table

Create an AWS Timestream Database and Table in your Serverless YAML file. AWS Timestream is for IoT events and any data that needs to be tied to a specific point in time.

Lee Gilliam @ Carova Labs

August 03, 2022

Serverless AWS DynamoDB Stream to Lamba Function

Configure AWS DynamoDB Streams to trigger an AWS Lambda Function. Include a filter pattern to only trigger on Modify events.

Lee Gilliam @ Carova Labs

August 02, 2022

Serverless AWS Reference Other Cloudformation Stack Variables

Serverless template to reference other Cloudformation Stack Output Variables. Use external Cloudformation Stack Variables from other Stacks.

Lee Gilliam @ Carova Labs

August 02, 2022