Top Stories published by Developerworld in 2018
January
February
May
August
September
October
December

AWS Lambda Guide — Serverless.yml Reference

Edit on github

Here is a list of all available properties in serverless.yml when the provider is set to aws.

service:  name: myService  awsKmsKeyArn: arn:aws:kms:us-east-1:XXXXXX:key/some-hash

AWS Lambda Guide — Functions

If you are using AWS as a provider, all functions inside the service are AWS Lambda functions.

#Configuration

All of the Lambda functions in your serverless service can be found in serverless.yml under the functions

These were the top 10 stories published by Developerworld in 2018. You can also dive into monthly archives for 2018 by using the calendar at the top of this page.