COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211112033940/https://github.com/topics/serverless-plugin
Here are
181 public repositories
matching this topic...
🌐 Run headless Chrome/Chromium on AWS Lambda
Updated
Oct 28, 2021
JavaScript
DEPRECATED: Curated list of resources related to serverless computing and serverless architectures.
Serverless plugin to bundle your lambdas with Webpack
Updated
Nov 11, 2021
JavaScript
⚡️ 🐍 📦 Serverless plugin to bundle Python packages
Updated
Nov 3, 2021
JavaScript
Keep your lambdas warm during winter. ♨
Updated
Nov 3, 2021
JavaScript
Serverless Plugins – Extend the Serverless Framework with these community driven plugins –
Updated
Aug 6, 2021
JavaScript
Serverless plugin for zero-config Typescript support
Updated
Nov 10, 2021
TypeScript
Expanding Serverless Framework beyond functions using the AWS CDK
Updated
Nov 5, 2021
TypeScript
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
Updated
Oct 6, 2021
JavaScript
Optimized packages for ES6 and TypeScript Node.js Lambda functions without any configuration.
Updated
Nov 6, 2021
JavaScript
Canary deployments for your Serverless application
Updated
Oct 26, 2021
JavaScript
Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.
Updated
Oct 12, 2021
TypeScript
Preload Environment Variables with Dotenv into Serverless
Updated
Nov 1, 2021
JavaScript
Collection of serverless plugins ⚡
Updated
Oct 29, 2021
JavaScript
Plugin for Serverless Framework which adds support for test-driven development using Mocha
Updated
Aug 22, 2021
JavaScript
Serverless.js plugin that implements AWS Lambda Layers which reduces drastically lambda size, warm-up and deployment time.
Updated
Aug 16, 2021
JavaScript
Updated
Oct 9, 2021
TypeScript
Serverless s3 local plugin.
Updated
Nov 6, 2021
JavaScript
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
Oct 5, 2021
JavaScript
A plugin for the Serverless framework which helps with configuring caching for API Gateway endpoints.
Updated
Aug 10, 2021
JavaScript
⚡ Expose git variables to serverless
Updated
Oct 10, 2021
Shell
Serverless Framework Plugin to package python functions and their requirements
Updated
Jul 5, 2021
JavaScript
A simple wrapper around Amplify AppSync Simulator to test serverless AppSync Apis
Updated
Oct 23, 2021
JavaScript
Serverless plugin for Clojurescript deployment w/ cljs-lambda
Updated
Feb 25, 2019
JavaScript
Serverless plugin to export environment variables into a .env file
Updated
Sep 28, 2021
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