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)
serverless
command gives no output. Any pointer?
Hey everyone, having a weird issue.
I'm using one of my serverless files to reference another so I can share custom configs: custom: ${file(../serverless.custom.yml)}
Within the custom, I have my dotenv that specifies the path
However, it seems it dosnt get a config. Modifying the dotenv file, it seems that the reference to serverless.service.custom is not the actual custom object as loaded from the file, but the string referencing "${file(../serverless.custom.yml)}" itself.
How can I get the actual contents?
Can someone help me what to pass secretName and secretKey in below serverless file.
functions:
myFunction:
handler: gcr.io/knative-releases/github.com/knative/eventing-contrib/cmd/event_display:latest
events:
- awsSqs:
secretName: aws-credentials
secretKey: credentials
queue: QUEUE_URL
Hi,
I am new to Serverless.
I just want to know if there is any way around that we can create s3 buckets using serverless if else plugin.
What I am trying to achieve is that I want to create new s3 buckets as per Stage I gave in if else statement.
Fr example if script(serverless.yml) runs in production stage it should create different s3 bucket and if script runs in development stage then it should create different bucket according to if else statement.
Please let me know if there is any way around to achieve this.
gsb19
Anyone here with https://fnproject.io/ experience? I would like to know if it's worth my time and effort. Thanks
hi~ I got this error on any sls command, like sls config
"Your AWS credential for deployment profile default is configured to use the IAM role arn:aws:iam::1234567:role/amplify-asd-dev-130043-authRole, but access to that role was denied by IAM. - Please contact support and provide this identifier to reference this issue"
but this role is used by aws-cognito, does someone has any idea??