# AWS Lambda [TOC] ###### tags: `aws` `lambda` --- ## Developer Guide ### Lambda quotas [Lambda 配額](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html) ### Invoking functions defined as container images [叫用定義為容器映像的函數](https://docs.aws.amazon.com/lambda/latest/dg/invocation-images.html) ### Using AWS Lambda with Amazon CloudWatch Events [搭配使用 AWS Lambda 與 Amazon CloudWatch Events](https://docs.aws.amazon.com/lambda/latest/dg/services-cloudwatchevents.html) ### Using AWS Lambda with AWS CodePipeline [搭配使用 AWS Lambda 與 AWS CodePipeline](https://docs.aws.amazon.com/lambda/latest/dg/services-codepipeline.html) ### Deploy Java Lambda functions with container images [使用容器映像部署 Java Lambda 函數](https://docs.aws.amazon.com/lambda/latest/dg/java-image.html) ### Invoke [Invoke](https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html) ## User Guide ### Using AWS Lambda with an Application Load Balancer [搭配 Application Load Balancer 使用 AWS Lambda](https://docs.aws.amazon.com/lambda/latest/dg/services-alb.html) ## Deploying Spring Boot microservice on AWS Lambda * [Part 1](https://medium.com/@pratik.sathe1987/deploying-spring-boot-microservice-on-aws-lambda-b86b52dca03b) * [Part 2](https://medium.com/@pratik.sathe1987/deploying-spring-boot-microservice-on-aws-lambda-part-2-10eecd566fce) ## Setting up CI/CD for Lambda Functions using AWS CodePipeline * [🔗](https://medium.com/hatchsoftware/setting-up-ci-cd-for-lambda-functions-using-aws-codepipeline-880567769dde) ## Spring Cloud AWS Reference App * GitHub repository:[spring-cloud-samples/aws-refapp](https://github.com/spring-cloud-samples/aws-refapp)