github.com/mweagle/Sparta@v1.15.0/docs_source/content/reference/limitations.md (about)

     1  ---
     2  date: 2016-03-09T19:56:50+01:00
     3  title: Limitations
     4  weight: 999
     5  ---
     6  
     7  # AWS Lambda Limitations
     8  
     9    * Lambda is not yet globally available. Please view the [Global Infrastructure](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/) page for the latest deployment status.
    10    * There are [Lambda Limits](http://docs.aws.amazon.com/lambda/latest/dg/limits.html) that may affect your development
    11    * It's not possible to dynamically set HTTP response headers based on the Lambda response body:
    12      * https://forums.aws.amazon.com/thread.jspa?threadID=203889
    13      * https://forums.aws.amazon.com/thread.jspa?threadID=210826
    14    * Similarly, it's not possible to set proper error response bodies.