python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to add the service name using env vairables in serverless.yml
I am trying to set the serverless service name from the env file.
I have written it as
service: ${env:SERVICE_NAME}
It worked perfectly in previous versions of serverless framework. However since I u...
Yatin Pandit
Votes: 0
Answers: 0
Handle an S3 'miss' with a lambda using serverless framework
Noting the architecture design (taken from this deprecated AWS documentation page:
https://aws.amazon.com/blogs/compute/resize-images-on-the-fly-with-amazon-s3-aws-lambda-and-amazon-api-gateway/)
Wi...
lowcrawler
Votes: 0
Answers: 1
Serverless deploy - Stack policy ignoring condition and blocking update::delete on all resources
I'm trying to apply a very simple stack policy within my serverless.yml (which otherwise works fine), to prevent lambda aliases from being deleted - relevant portion below:
provider:
name: aws
run...

Heydiddly
Votes: 0
Answers: 1
Error when deploying serverless application in python
After I signed in in my serverless account and then I tried to deploy my application (on Amazon),
it shows me this error
Error: `docker run --rm -v C:/Users/user/AppData/Local/UnitedIncome/serverl...
rev-kid
Votes: 0
Answers: 1