AWS SAM Pipelines - простая интеграция AWS SAM в текущий CI/CD процесс:
https://aws.amazon.com/blogs/compute/introducing-aws-sam-pipelines-automatically-generate-deployment-pipelines-for-serverless-applications/
Демо настройки SAM Pipelines для GitHub Actions:
🔹 https://www.youtube.com/watch?v=sQrdfhGsW6w
Демо настройки SAM Pipelines для GitLab:
🔹 https://www.youtube.com/watch?v=lxuXhFOUv9E
Демо настройки SAM Pipelines для Jenkins:
🔹 https://www.youtube.com/watch?v=sQrdfhGsW6w
#SAM
https://aws.amazon.com/blogs/compute/introducing-aws-sam-pipelines-automatically-generate-deployment-pipelines-for-serverless-applications/
Демо настройки SAM Pipelines для GitHub Actions:
🔹 https://www.youtube.com/watch?v=sQrdfhGsW6w
Демо настройки SAM Pipelines для GitLab:
🔹 https://www.youtube.com/watch?v=lxuXhFOUv9E
Демо настройки SAM Pipelines для Jenkins:
🔹 https://www.youtube.com/watch?v=sQrdfhGsW6w
#SAM
Amazon
Introducing AWS SAM Pipelines: Automatically generate deployment pipelines for serverless applications | Amazon Web Services
Today, AWS announces the public preview of AWS SAM Pipelines, a new capability of AWS Serverless Application Model (AWS SAM) CLI. AWS SAM Pipelines makes it easier to create secure continuous integration and deployment (CI/CD) pipelines for your organizations…
Поддержка Lambda-
https://github.com/aws/aws-sam-cli/releases/tag/v1.33.0
#Lambda #SAM
arm64 в AWS SAM:https://github.com/aws/aws-sam-cli/releases/tag/v1.33.0
sam init --architecture arm64#Lambda #SAM
GitHub
Release Release 1.33.0 - AWS Lambda ARM Support · aws/aws-sam-cli
Changes:
3a5d36f - Revert "Revert "fix: ECR URI for China regions (#3280)" (#3302)" (#3303)
61ab648 - chore: Update Lambda Builders, SAM, and SAM CLI Versions (#3317)
d1024fa - ...
3a5d36f - Revert "Revert "fix: ECR URI for China regions (#3280)" (#3302)" (#3303)
61ab648 - chore: Update Lambda Builders, SAM, and SAM CLI Versions (#3317)
d1024fa - ...
AWS SAM Accelerate:
https://aws.amazon.com/blogs/compute/accelerating-serverless-development-with-aws-sam-accelerate/
#SAM #serverless
https://aws.amazon.com/blogs/compute/accelerating-serverless-development-with-aws-sam-accelerate/
When testing serverless applications, developers must get to the cloud as soon as possible. AWS SAM Accelerate helps developers escape from emulating the cloud locally and move to the fidelity of testing in the cloud.In this post, I walk through the philosophy of why the AWS SAM team built AWS SAM Accelerate. I provide an example application and demonstrate the different features designed to remove barriers from testing in the cloud.#SAM #serverless
Amazon
Accelerating serverless development with AWS SAM Accelerate | Amazon Web Services
Building a serverless application changes the way developers think about testing their code. Previously, developers would emulate the complete infrastructure locally and only commit code ready for testing. However, with serverless, local emulation can be…
AWS SAM CLI + TypeScript:
https://aws.amazon.com/blogs/compute/building-typescript-projects-with-aws-sam-cli/
#SAM #TypeScript
https://aws.amazon.com/blogs/compute/building-typescript-projects-with-aws-sam-cli/
This post reviews several new features that can improve the development experience for TypeScript developers. I show how to create a sample TypeScript project using sam init. I build and deploy a TypeScript project using the AWS SAM CLI. I show how to use AWS SAM Accelerate with your TypeScript project. Last, I measure the impact of bundling, tree shaking, and minification on a sample project.#SAM #TypeScript
Amazon
Building TypeScript projects with AWS SAM CLI | Amazon Web Services
This post written by Dan Fox, Principal Specialist Solutions Architect and Roman Boiko, Senior Specialist Solutions Architect The AWS Serverless Application Model (AWS SAM) CLI provides developers with a local tool for managing serverless applications on…
👍4
🆕 AWS SAM CLI Terraform support: 👍
https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/terraform-support.html
sam build --hook-name terraform --beta-features
sam local invoke --hook-name terraform --beta-features
sam local start-lambda --hook-name terraform --beta-features
#SAM #Terraform
https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/terraform-support.html
# Using sam build with Terraformsam build --hook-name terraform --beta-features
# Using sam local invoke with Terraformsam local invoke --hook-name terraform --beta-features
# Using sam local start-lambda with Terraformsam local start-lambda --hook-name terraform --beta-features
#SAM #Terraform
👍6🔥2