Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

unbndgroup/lambda-containers-example

Repository files navigation

Lambda Containers example

The purpose here was to test out having a single Lambda container image with multiple function entry points.

Serverless framework is currently our most used tooling for build so we.

At the time of wirting there was not a lot of detail on implementing multiple functions in a single container image. This article being the closest but vague on implemetation details. A number of other resources were found but all centred on having a container image per function.

Overview

This code will create a container image call myfake-service it will create two lambda functions call findName and createCard

Usage

Authenticate to AWS by what ever method toy normaly use , we recommend and use AWSume

Build

sls deploy

Test

sls invoke -f findName
sls invoke -f createCard

Delete

sls remove

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published