Skip to content

AWS Lambda code for processing protocol buffers messages

Notifications You must be signed in to change notification settings

hill-daniel/iot-protobuf-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda function for processing protocol buffers messages with AWS IoT Core

This is the AWS Lambda code for processing protocol buffers messages and storing contained data into DynamoDB.

Usage

Execute build.sh or build and zip manually. Afterwards provide the relative path to the root folder of this project to the CDK project and deploy the stack.

Build (manually)

  • GOOS=linux go build cmd/iot-lambda/main.go - compile golang code for linux architecture (i.e. AWS Lambda runtime environment)
  • zip function.zip main - add to zip archive

About

AWS Lambda code for processing protocol buffers messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published