You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is useful as you don't need to make any changes to your existing application to run it in Lambda.
32
+
33
+
### Starting Spring in your own handler
34
+
35
+
An alternative is to create your own handler and start Spring within it. The class ```StreamLambdaHandler``` is an
36
+
example of this.
37
+
38
+
This is useful when you want control over the handler method, for example to add an annotation.
39
+
11
40
## Requirements
12
41
13
42
* [Create an AWS account](https://portal.aws.amazon.com/gp/aws/developer/registration/index.html) if you do not already have one and log in. The IAM user that you use must have sufficient permissions to make necessary AWS service calls and manage AWS resources.
0 commit comments