Skip to content
#

serverless-plugin

Here are 149 public repositories matching this topic...

joelanman
joelanman commented Mar 16, 2018

I'm trying to follow the quick guide, I've done these steps:

  1. serverless create -u https://github.com/adieuadieu/serverless-chrome/tree/master/examples/serverless-framework/aws
  2. export AWS_PROFILE=serverless
  3. npm run deploy

However at point 3, I'm not in the right folder am I?

If I cd aws and the run npm run deploy I get an error:

Serverless Error ---------------
jormal
jormal commented Apr 23, 2019

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
kvr2277
kvr2277 commented Aug 25, 2019

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

arunshan
arunshan commented Sep 29, 2017

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
Dalfons0
Dalfons0 commented Mar 14, 2018

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:
![image](https://user-images.githubusercontent.com/24602242/37403004-b89ef636-278d-11e8-80fb-15a7afdd1a22.png

davesag
davesag commented Feb 16, 2019

The solution would appear to be upgrading Jest, as per issue #13

Click to expand full audit log ``` === npm audit security report ===
┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                         │
│            Some vulnerab
hammadzz
hammadzz commented Nov 4, 2017

Setup as in instructions (serverless-kms-secrets v1.0.2) 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

alanning
alanning commented Aug 24, 2019

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
cloudbase-framework

🔥 云开发出品的前后端一体化部署工具 🚀 Tencent CloudBase Framework 「无需改动代码,前后端一键托管部署,基于Serverless架构,加速访问,弹性免运维。」

  • 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.

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.