Content deleted Content added
WP:CHECKWIKI error fix #90. Wikipedia being used as a reference or external link. Do general fixes and cleanup if needed. - using AWB |
Noted that AWS has plans for X-Ray to support AWS Lambda |
||
Line 37:
=== Monitoring and debugging ===
Diagnosing performance or excessive resource usage problems with serverless code may be more challenging than with traditional server code, because although entire functions can be timed,<ref name='lambda-api-gateway'>{{cite web|url=http://www.forbes.com/sites/janakirammsv/2015/07/16/paas-vendors-watch-out-amazon-is-all-set-to-disrupt-the-market/|title=PaaS Vendors, Watch Out! Amazon Is All Set To Disrupt the Market|last=MSV|first=Janakiram|date=16 July 2015|accessdate=10 July 2016}}</ref> there is typically no ability to dig into more detail and attach [[profiling (computer programming)|profilers]], [[debugger]]s or [[Application Performance Management|APM]] tools - and the environment in which the code runs is typically not [[open source]], so its performance characteristics cannot be precisely replicated in a [[Deployment environment#Development|local environment]]. However, Amazon plans to provide AWS Lambda support in its APM and tracing technology called ''AWS X-Ray''.<ref>{{cite web|url=https://aws.amazon.com/blogs/aws/aws-x-ray-see-inside-of-your-distributed-application/|title=AWS X-Ray - See Inside of Your Distributed Application|date=1 Dec 2016|accessdate=6 Dec 2016|last=Barr|first=Jeff|publisher=Amazon.com}}</ref>
== See also ==
|