Here are
25 public repositories
matching this topic...
AWS S3 Video Thumbnailer with Lambda
Updated
Mar 29, 2022
TypeScript
Template com exemplos de boilerplates para a criação de aplicações para lambda com Python.
Updated
Apr 7, 2022
Shell
IOT demo with Astra (Cassandra as a service from DataStax) and Lambda serverless functions on AWS.
Updated
Jul 22, 2021
HTML
Data Pipeline to stream data of a file from S3 bucket to Google Cloud Storage using AWS Lambda whenever a file is uploaded to S3
Updated
Dec 24, 2020
JavaScript
A c++ friendly interface for the Microsoft detour library
A Terraform module for a static website with Lambda@edge redirect to the primary hostname
Telnyx inbound SMS delivery for Telegram Google Cloud Function (serverless)
Updated
Apr 12, 2021
JavaScript
SAM packaged Lambda Function to dynamically update Security Groups with CloudFront IP Addresses
Updated
Sep 29, 2019
Python
All Java API and Lambda Expression Guide Step by Step
Lambda function that updates a Dockerfile in GitHub whenever a new Terraform, Packer, or Golang is released.
Updated
May 6, 2020
Python
Este projeto foi criado para motivos academicos para minha aprendizagem pessoal em lambda function utilizado o Node.js e Express.
Updated
Mar 16, 2022
JavaScript
Updated
Aug 12, 2021
Python
The template for lambda project which encapsulate the core logic of application.
OneBox ticketing bridge API for AWS Lambda
Updated
Aug 12, 2021
JavaScript
POC about how to use AWS lambda layers on a SAM based project
Updated
Jul 23, 2021
Kotlin
A lambda authorizer implementing the phantom token pattern
Updated
Jan 11, 2022
JavaScript
This repository is to receive email notifications about the changed contents automatically when the AWS IP ranges are changed.
Updated
Nov 5, 2020
Python
Simple example function showing how to copy files between S3 buckets using AWS Lambda.
Updated
Jul 9, 2020
JavaScript
enable/ disable aws lambda triggers(rules) using boto3 and python
Updated
Feb 8, 2021
Python
Robo advisor with Amazon Lex bot enhanced with lambda function
Updated
Dec 22, 2020
Jupyter Notebook
Preparation for AWS Certified DevOps Engineer - Professional
Updated
Mar 1, 2022
Python
AtuKasa API first beta. Has been tested running on a Lambda function and accessed through API Gateway. Also implements a simple web socket for SQS notifications.
Updated
Aug 12, 2021
JavaScript
Docker image for invoke lambda locally.
Updated
Mar 24, 2022
Shell
The aim of this project is to show case the differences between Imperative and declarative approach of coding. Another focus is on different functions available in the Stream API as well as some pros and cons of some of these approaches.
Improve this page
Add a description, image, and links to the
lambda-function
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
lambda-function
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The goal here is quite simple, but ideally we want to provide a way for users to compile rust code in a containerized manner, perhaps leveraging Docker and an Amazon Linux build image. If the host machine doesn't have
rustuporcargo-zigbuildinstalled, we should by default use Docker to build and compile rust code.The end goal would probably be to find a suitable Docker container, so if