-
Updated
Apr 9, 2022 - JavaScript
{{ message }}
DEPRECATED: Curated list of resources related to serverless computing and serverless architectures.
Serverless plugin to bundle your lambdas with Webpack
Keep your lambdas warm during winter.
Serverless Plugins – Extend the Serverless Framework with these community driven plugins –
We are synk (https://snyk.io/) for checking used packages.
Synk is complaining about a security issue for serverless-step-functions.
https://snyk.io/vuln/SNYK-JS-DOTPROP-543489
Serverless plugin for zero-config Typescript support
Expanding Serverless Framework beyond functions using the AWS CDK
Optimized packages for ES6 and TypeScript Node.js Lambda functions without any configuration.
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
Canary deployments for your Serverless application
Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.
Preload Environment Variables with Dotenv into Serverless
Collection of serverless plugins
Serverless.js plugin that implements AWS Lambda Layers which reduces drastically lambda size, warm-up and deployment time.
Plugin for Serverless Framework which adds support for test-driven development using Mocha
Serverless s3 local plugin.
This plugin adds automatic forwarding of errors and exceptions to Sentry (https://sentry.io) and Serverless (https://serverless.com)
Adds Apache OpenWhisk support to the Serverless Framework!
This is a proof of concept to see if we can replicate Amazon API Gateway using docker images to run lambda
Plugin for Serverless Framework which adds support for test-driven development using Jest
A plugin for the Serverless framework which helps with configuring caching for API Gateway endpoints.
A simple wrapper around Amplify AppSync Simulator to test serverless AppSync Apis
Serverless Framework Plugin to package python functions and their requirements
Serverless plugin to export environment variables into a .env file
Serverless plugin for Clojurescript deployment w/ cljs-lambda
Add a description, image, and links to the serverless-plugin topic page so that developers can more easily learn about it.
To associate your repository with the serverless-plugin topic, visit your repo's landing page and select "manage topics."
Hi everyone,
I'm building Saas app model where each client should have their own API_KEY specified expiry dateTime as additional authorization method (AWS Cognito User Pool is used by default authorization).
I can see we have one field API_Key but have no idea how appsync works out on selecting specifically which API_KEY corresponding for each clients.
Another scenario using API_Key as