Lambda Layers
Lambda Layers
Categories:
Lambda layers are an AWS feature that allows to pull in additional code and content into your Lambda functions.
Simply point your Lambda client code at your LocalStack instance, e.g., running on http://localhost. For more details on how to use Lambda layers, please follow the documentation and examples on the AWS website.
More details and samples following soon.
Last modified May 13, 2022: add Glue Schema Registry (short example, link to the pro-sample) (#156) (92ac716)