Here are
184 public repositories
matching this topic...
🌐 Run headless Chrome/Chromium on AWS Lambda
Updated
Apr 9, 2022
JavaScript
DEPRECATED: Curated list of resources related to serverless computing and serverless architectures.
Serverless plugin to bundle your lambdas with Webpack
Updated
Apr 9, 2022
JavaScript
⚡️ 🐍 📦 Serverless plugin to bundle Python packages
Updated
Apr 8, 2022
JavaScript
Keep your lambdas warm during winter. ♨
Updated
Mar 14, 2022
JavaScript
Serverless Plugins – Extend the Serverless Framework with these community driven plugins –
Updated
Apr 5, 2022
JavaScript
Serverless plugin for zero-config Typescript support
Updated
Apr 4, 2022
TypeScript
Expanding Serverless Framework beyond functions using the AWS CDK
Updated
Apr 7, 2022
TypeScript
Optimized packages for ES6 and TypeScript Node.js Lambda functions without any configuration.
Updated
Mar 30, 2022
JavaScript
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
Updated
Apr 4, 2022
JavaScript
Canary deployments for your Serverless application
Updated
Apr 6, 2022
JavaScript
Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.
Updated
Apr 9, 2022
TypeScript
Preload Environment Variables with Dotenv into Serverless
Updated
Apr 1, 2022
JavaScript
Collection of serverless plugins ⚡
Updated
Apr 9, 2022
JavaScript
Serverless.js plugin that implements AWS Lambda Layers which reduces drastically lambda size, warm-up and deployment time.
Updated
Mar 30, 2022
JavaScript
Plugin for Serverless Framework which adds support for test-driven development using Mocha
Updated
Apr 8, 2022
JavaScript
Serverless s3 local plugin.
Updated
Apr 9, 2022
JavaScript
Updated
Apr 9, 2022
TypeScript
Adds Apache OpenWhisk support to the Serverless Framework!
Updated
Aug 22, 2021
JavaScript
This is a proof of concept to see if we can replicate Amazon API Gateway using docker images to run lambda
Updated
Aug 22, 2021
JavaScript
Plugin for Serverless Framework which adds support for test-driven development using Jest
Updated
Oct 21, 2021
JavaScript
🔑 🔐 ☁️ Serverless plugin to encrypt variables with KMS (DEPRECATED)
Updated
Apr 8, 2022
JavaScript
A plugin for the Serverless framework which helps with configuring caching for API Gateway endpoints.
Updated
Apr 2, 2022
JavaScript
A simple wrapper around Amplify AppSync Simulator to test serverless AppSync Apis
Updated
Mar 25, 2022
JavaScript
⚡ Expose git variables to serverless
Updated
Mar 28, 2022
Shell
Serverless Framework Plugin to package python functions and their requirements
Updated
Feb 1, 2022
JavaScript
Serverless plugin to export environment variables into a .env file
Updated
Apr 9, 2022
JavaScript
Serverless plugin for Clojurescript deployment w/ cljs-lambda
Updated
Feb 25, 2019
JavaScript
Improve this page
Add a description, image, and links to the
serverless-plugin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
serverless-plugin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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