serverless-plugin
Here are 149 public repositories matching this topic...
DEPRECATED: Curated list of resources related to serverless computing and serverless architectures.
-
Updated
Jan 6, 2020
This is a Bug Report
Description
For bug reports:
- What went wrong?
When I was using only one package, web3 could be bundled successfully.
But, I needed to restruct my project to using yarn workspace. So, I only restructed (not code edited) my project and I came across some bundling errors.
(skip warning)
ERROR in D:/Users/jormal/WebstormProjects/TX_COLLECTOR/tx-collector/n
Is there a plugin to support Step Functions in offline mode?
This would require an implementation of State Machine which is described by Amazon States Language.
For starters it would
At least I did not find one. Please provide if missing or point me to existing. Thanks.
Is there anyway to specify log group name to be AppSync's api name instead of API ID. I see this code is used to fetch the loggroupname
LogGroupName: { 'Fn::Join': ['/', ['/aws/appsync/apis', { 'Fn::GetAtt': [logicalIdGraphQLApi, 'ApiId'] }]] },
is there a way to make this API name instead. In cloudwatch - pointing at correct appsync loggroup becomes little difficult as we have to know s
Keep your lambdas warm during winter.
-
Updated
Apr 30, 2020 - JavaScript
synk report issue
Description
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
Additional Data
- Serverless Framework Core Version you're using: 1.64.1
- The Plugin Version you're using: 2.17.1
- Operating System: macOS Majove 10.14
JSON support
Typescript 3 supports references:
- https://blogs.msdn.microsoft.com/typescript/2018/07/30/announcing-typescript-3-0/#project-references
- https://github.com/Soul-Master/typescript3-composite-project
Does this plugin respect references and include dependencies from depended upon packages in a mono repo?
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
-
Updated
Jun 2, 2020 - JavaScript
Canary deployments for your Serverless application
-
Updated
Jun 29, 2020 - JavaScript
Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.
-
Updated
Jul 9, 2020 - TypeScript
Package Node.js Lambda functions without any configuration.
-
Updated
Jul 5, 2020 - JavaScript
Versions:
serverless: 1.21.1
serverless-mocha-plugin: 1.7.0
Problem:
I just followed the documentation to add tests to my existing serverless project. I use sls invoke test -p . to run tests and get the following error:
Aruns-MacBook-Pro:aws arunshankar$ sls invoke test -p .
Serverless: Invoke invoke:test
Error --------------------------------------------------
C
This plugin adds automatic forwarding of errors and exceptions to Sentry (https://sentry.io) and Serverless (https://serverless.com)
-
Updated
Jun 5, 2020 - TypeScript
I'm trying to deploy a service with this plugin to a local minikube cluster, if I deploy the service without any kind of event binded to the handler the deploy works perfectly, but If I try to specify an http event to the handler I get this error:
 yet it fails when trying to encrypt a key
Added to my serverless.yml
custom:
serverless-kms-secrets:
secretsFile: kms-secrets.${opt:stage, self:provider.stage}.${opt:region, self:provider.region}.yml
kmsSecrets: ${file(kms-secrets.${opt:stage, self:provider.stage}.${opt:region, self:provider.region}.yml)}Ran
Collection of serverless plugins
-
Updated
Jul 7, 2020 - JavaScript
Thanks for the contribution with the plugin. I would suggest to add more documentation on how to use the plugin, how it works and a couple of serverless.yml examples using the plugin.
Serverless Framework Plugin to package python functions and their requirements
-
Updated
Feb 10, 2020 - JavaScript
Serverless plugin for Clojurescript deployment w/ cljs-lambda
-
Updated
Feb 25, 2019 - JavaScript
Platform: macOS Mojave 10.14.6 (18G87)
Git Version: git version 2.20.1 (Apple Git-117)
Node Version: v8.15.0
Steps to reproduce:
$ git clone https://github.com/jacob-meacham/serverless-plugin-git-variables.git
$ yarn install
$ yarn test
yarn run v1.16.0
$ nyc ava
(node:51688) Warning: process.on(SIGPROF) is reserved while debugging
6 passed
1 failed
Rejects on bad gi
Manage your Alexa Skills with Serverless Framework
-
Updated
Jul 8, 2019 - JavaScript
-
Updated
Jul 9, 2020 - TypeScript
Serverless plugin to attach AWS API Gateway Basic Request Validation https://rafpe.ninja/2017/12/18/serverless-own-plugin-to-attach-aws-api-gateway-basic-request-validation/
-
Updated
Feb 20, 2019 - JavaScript
Serverless plugin for forwarding CloudWatch logs to another Lambda function.
-
Updated
Jan 21, 2020 - JavaScript
A Serverless plugin to transport logs to ElasticSearch
-
Updated
Jul 9, 2020 - TypeScript
Improve this page
Add a description, image, and links to the serverless-plugin topic page so that developers can more easily learn about it.
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."


I'm trying to follow the quick guide, I've done these steps:
serverless create -u https://github.com/adieuadieu/serverless-chrome/tree/master/examples/serverless-framework/awsexport AWS_PROFILE=serverlessnpm run deployHowever at point 3, I'm not in the right folder am I?
If I
cd awsand the runnpm run deployI get an error: