Skip to content

anjosluc/lambda-aws-resource-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Business Tagger Lambda

To build it for zip package:

GOOS=linux go build -o main main.go

For Docker use the Dockerfile for Lambda Image:

docker build -t business-tagger:latest .

It assumes that the originating event comes from SQS and it's treated one resource per invocation.

Take note about patterns that come from AWS Config if you're modifying JSON parsing on the function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors