Top Stories published by Developerworld in July of 2018
01
02
03
04
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

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 July of 2018. You can also dive into daily archives for July of 2018 by using the calendar at the top of this page.