For support requests please search or create posts on Serverless Forum: https://forum.serverless.com
carlosandrebp on master
upload email icon (compare)
carlosandrebp on master
Icons update (compare)
carlosandrebp on master
updates animations (compare)
andrepiresbp on master
Updates (compare)
andrepiresbp on master
Update (compare)
Hi all! QQ: re: serverless-offline
- it's been a while tbqh since I've looked at / used serverless
, but it used to be that (at least in theory!) serverless-offline
supported more vendors than AWS. I am specifically interested in IBM OpenWhisk, and more specifically I want to get OpenWhisk running locally / "offline" along with TypeScript transpilation. I've had this working in the past (~2 years ago) with a bit of work (I had to fork the serverless-typescript-plugin
to add sequence support at the time - https://github.com/kevin-mitchell/serverless-plugin-typescript/tree/develpr/add-openwhisk-sequence-support
).... but now it seems like the serverless offline stuff is really only geared towards use with AWS?
That's a lot of words, sorry I could have probably said this in a sentence. I can't help add color sometimes!
Serverless: Checking deployment create progress...
.
Error --------------------------------------------------
Error: Deployment failed: RESOURCE_ERROR
{"ResourceType":"storage.v1.bucket","ResourceErrorCode":"400","ResourceErrorMessage":{"code":400,"errors":[{"domain":"global","message":"Invalid Value","reason":"invalid"}],"message":"Invalid Value","statusMessage":"Bad Request","requestPath":"https://storage.googleapis.com/storage/v1/b","httpMethod":"POST"}}
word-word-word-word
no strange characters
We have 2-factor authentication set up in the AWS account. sls deploy command thus asks for the MFA code. How to run the deployment in non-interactive mode when MFA is enabled?
For ex:
lerna run
command does not support user input. Similarly, if this was to run in CI/CD, interactivity won’t be possible. How is this handled. What’s the best way to manage this in serverless framework with sls deploy command?
We have 2-factor authentication set up in the AWS account. sls deploy command thus asks for the MFA code. How to run the deployment in non-interactive mode when MFA is enabled?
For ex:
lerna run
command does not support user input. Similarly, if this was to run in CI/CD, interactivity won’t be possible. How is this handled. What’s the best way to manage this in serverless framework with sls deploy command?
Did you add AWS as a provider on serverless? I also have 2-factor on but have never been asked to provide an MFA code when deploying
👋 Hi everyone! We’re excited to announce that ⚡️ Serverless Desktop ⚡️ is in beta. Check it out here: https://github.com/serverless/desktop
Serverless Desktop is a GUI client designed to streamline your Serverless dev workflow. A few highlights:
We would love your feedback to help us build something you love. Please take 2 minutes to answer these 4 questions.
Serverless: Configuration warning:
Serverless: at 'service': unrecognized property 'package'
Serverless: at 'resources.Resources.SPoGOrderManagementUpdateQueue.DependsOn': should be array
Serverless: at 'resources.Resources.SPoGOrderManagementCreateQueue.DependsOn': should be array
Serverless: at 'resources.Resources.SPoGOrderManagementAckPaymentInfoQueue.DependsOn': should be array
Hi guys so i found this error while trying to sls deploy .i don't know what this could be .Has anyone had any issue like this?
hi All, I am wondering if you might be able to help with a problem of custom _env files not getting their values read?
deploy linesls deploy --region ca-central-1 --stage dev
serverless.ymlcustom: ${{file(serverless/config/custom_${{self:provider.stage}}.yml)}}
custom_dev.ymlAPPLE_AUTH_METHOD: get this from Apple/Miguel
APPLE_PVT_KEY: get this from Apple/Miguel
service.yml
SnsGoogleAlertPinpointChannel:
Type: AWS::Pinpoint::GCMChannel
Description: Google (Android) SNS Push Notifications Channel for sending Alerts and Notifications to the user
Properties:
ApiKey: ${{self:provider.environment.GOOGLE_API_KEY}}
ApplicationId: ${{self:provider.environment.PP_APP_NAME}}
Enabled: true