Open cmharlow opened 6 years ago
Code pipline and Lambda: https://aws.amazon.com/blogs/devops/using-aws-codepipeline-aws-codebuild-and-aws-lambda-for-serverless-automated-ui-testing/ http://docs.aws.amazon.com/codepipeline/latest/userguide/actions-invoke-lambda-function.html http://techblog.scout24.com/2017/03/how-to-build-a-aws-codepipeline/
Continuous deployment for serverless: https://aws.amazon.com/blogs/compute/continuous-deployment-for-serverless-applications/
Serverless test harness: https://aws.amazon.com/blogs/compute/serverless-testing-with-aws-lambda/
EBS Striping: https://aws.amazon.com/ebs/faqs/ Q: Can I stripe multiple volumes together to get better performance? Yes. You can stripe multiple volumes together to achieve up to 75,000 IOPS or 1,750 MiB/s when attached to larger EC2 instances. However, performance for st1 and sc1 scales linearly with volume size so there may not be as much of a benefit to stripe these volumes together.
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/raid-config.html
Most of these have been reviewed in one way or another previously, but worth looking at again as a group and see what info we can pull out together.
From @aaron-collier on January 18, 2018 0:14
I may have missed it in the other links, but ran across this:
https://aws.amazon.com/serverless/videos/video-lambda-dev-workflow/
Reviewing now.
From @cmh2166 on December 13, 2017 1:11
To be added once received
Copied from original issue: sul-dlss-labs/identifier-service#24