Coder Social home page Coder Social logo

ashwanth1109 / aws-lambda-extensions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aws-samples/aws-lambda-extensions

0.0 1.0 0.0 520 KB

A collection of sample extensions to help you get started with AWS Lambda Extensions

License: MIT No Attribution

Python 31.38% Shell 7.81% Go 39.08% Makefile 0.68% Ruby 0.45% JavaScript 7.15% Dockerfile 0.31% Java 4.22% C# 8.92%

aws-lambda-extensions's Introduction

AWS Lambda Extensions

Sample projects

Extensions are a new way for tools to more easily integrate deeply into the Lambda execution environment to control and participate in Lambda’s lifecycle.

You can use extensions to integrate your Lambda functions with your preferred monitoring, observability, security, and governance tools. You can choose from a broad set of tools provided by AWS Lambda partners or you can create your own Lambda extensions.

Extensions use the Extensions API, a new HTTP interface, to register for lifecycle events and get greater control during function initialization, invocation, and shutdown. They can also use environment variables to add options and tools to the runtime, or use wrapper scripts to customize the runtime startup behavior.

Note: an internal extension runs in the runtime process, and shares the same lifecycle as the runtime. An external extension runs as a separate process in the execution environment. The extension runs in parallel with the function's runtime. It is initialized before the function is invoked and continues to run after the function invocation is complete

For more information, see Using AWS Lambda extensions.

In this repository you'll find a number of different sample projects and demos to help you get started with building your own extension. These include:

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

aws-lambda-extensions's People

Contributors

amazon-auto avatar bls20aws avatar dmitrygulin avatar hariohmprasath avatar heeki avatar julianwood avatar ridwaanmanuel avatar santiagocardenas avatar stawecki avatar thewizarodofoz avatar vamsivikash avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.