forked from cloudmesh-community/book
-
Notifications
You must be signed in to change notification settings - Fork 1
/
faas.bib
96 lines (87 loc) · 2.76 KB
/
faas.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
@Misc{mattwatson2017,
author = {Matt Watson},
title = {What Is Function-as-a-Service? Serverless
Architectures Are Here!},
howpublished = {Web page},
month = may,
year = 2017,
url =
{https://stackify.com/function-as-a-service-serverless-architecture/},
}
@Misc{wiki-serverless-computing,
author = {{Wikipedia}},
title = {Serverless computing},
howpublished = {Web page},
month = nov,
year = 2018,
url = {https://en.wikipedia.org/wiki/Serverless_computing},
}
@Misc{azure-serverless-computing,
author = {{Microsoft}},
title = {Serverless computing},
howpublished = {Web page},
month = nov,
year = 2018,
url =
{https://azure.microsoft.com/en-us/overview/serverless-computing/},
}
@Misc{aws-amazon-serverless,
author = {{Amazon Web Services}},
title = {Serverless Computing and Applications},
howpublished = {Web page},
month = nov,
year = 2018,
url = {https://aws.amazon.com/serverless/},
}
@Misc{aws-amazon-lambda,
author = {{Amazon Web Services}},
title = {AWS Lambda},
howpublished = {Web page},
month = nov,
year = 2018,
url = {https://aws.amazon.com/lambda/},
}
@Misc{infoworld-cloud-serverless-computing,
author = {Eric Knorr},
title = {What serverless computing really means},
howpublished = {Web page},
month = jul,
year = 2016,
url =
{https://www.infoworld.com/article/3093508/cloud-computing/what-serverless-computing-really-means.html},
}
@Misc{techbeancon-aws-serverless,
author = {Bernard Golden},
title = {Serverless computing: 5 things to know about the
post-container world},
howpublished = {Web page},
month = nov,
year = 2018,
url =
{https://techbeacon.com/aws-lambda-serverless-apps-5-things-you-need-know-about-serverless-computing},
}
@Misc{alex2017faas,
author = {Alex Ellis},
title = {Introducing Functions as a Service (OpenFaaS)},
howpublished = {Web page},
month = aug,
year = 2017,
url =
{https://blog.alexellis.io/introducing-functions-as-a-service/},
}
@Misc{aws-amazon-lambda-supported,
author = {{Amazon Web Services}},
title = {Supported Event Sources},
howpublished = {Web page},
month = nov,
year = 2018,
}
@Misc{aws-amazon-limits,
author = {{Amazon Web Services}},
title = {AWS Lambda Limits},
howpublished = {Web page},
month = nov,
year = 2018,
url =
{https://docs.aws.amazon.com/lambda/latest/dg/limits.html},
}