Summary

In this chapter, we explored how to configure the Dependency Injection pattern in the AWS Lambda environment. Our authenticator Lambda is now relying on underlying services that will be shared between different Lambda functions. Our Data Access Layer is not connected to any data storage engine still, so in the next chapter, we will introduce DynamoDB for that and see how we can map Java objects to DynamoDB tables.