並び順

ブックマーク数

期間指定

  • から
  • まで

41 - 51 件 / 51件

新着順 人気順

samの検索結果41 - 51 件 / 51件

  • SAM CLIを使ってLambda向けのコンテナイメージをビルド&デプロイしてみた #reinvent | DevelopersIO

    CX事業本部@大阪の岩田です。 以下のブログでお伝えしたようにLambdaのパッケージフォーマットとしてコンテナイメージがサポートされるようになりました。 Lambdaの周辺ツールである、SAM CLIが既にコンテナイメージのパッケージに対応していたので、早速SAM CLIを使ってコンテナイメージ作成〜デプロイまで試してみました。 やってみる SAM CLIのバージョンアップ まずSAM CLIを最新化しておきましょう。 $pip install --upgrade aws-sam-cli $sam --version SAM CLI, version 1.13.1 現時点では1.13.1が最新版でした。 プロジェクトの作成 準備ができたのでsam initしてプロジェクトを初期化します。 $sam init 対話形式で色々と聞かれますが、パッケージ形式に関する選択肢が増えていることが分か

      SAM CLIを使ってLambda向けのコンテナイメージをビルド&デプロイしてみた #reinvent | DevelopersIO
    • AWS SAMにおける環境管理のベストプラクティス | 株式会社CyberOwl

      こんにちは、エンジニアインターンの佐藤です。 SAMを使えば、LambdaやAPI Gatewayの再現をローカルで行うことができ、そのデプロイもできます。しかし、API Gatewayにはステージがあったり、Lambdaにはエイリアスがあったりと、どれを活用するべきなのかまとまっている記事がありませんでした。 この記事では、そのわかりにくい概念から説明し、SAMデプロイのベストプラクティスを紹介していきます。 またSAMについては、2つ記事を出しているので、ぜひ見てみてください。 ・AWS SAM + DockerでAWSサーバーレス環境をローカル構築する ・CloudFrontなしでS3をHTTPSカスタムドメインでホスティングしてみた ※SAMのバージョンは1.24.1を使用しています API Gatewayのステージ Lambdaのエイリアスとバージョニング template.ya

        AWS SAMにおける環境管理のベストプラクティス | 株式会社CyberOwl
      • Serverless TypeScript: A complete setup for AWS SAM Lambdas—Martian Chronicles, Evil Martians’ team blog

        Learn to write Lambdas for AWS Serverless Application Model (SAM) in pure TypeScript without the need to compromise your development workflow. See how to rely on SAM’s shared layers to package your dependencies. Refer to our template GitHub repository so you can build and deploy example TypeScript Lambdas alongside the complete production environment. Serverless functions (or Lambdas in AWS-speak)

          Serverless TypeScript: A complete setup for AWS SAM Lambdas—Martian Chronicles, Evil Martians’ team blog
        • CircleCI AWS-SAM-SERVERLESSを使ってみた

          【オンライン】【ソフトウェアテスト自動化LT大会編】CircleCI コミュニティミートアップにてお話しました。

            CircleCI AWS-SAM-SERVERLESSを使ってみた
          • Lambda コンソールでの継続的デリバリーによるアプリケーションの作成 - AWS Lambda

            Lambda コンソールで、統合された継続的デリバリーパイプラインを使用してアプリケーションを作成できます。継続的デリバリーでは、ソース管理リポジトリにプッシュした変更ごとに、アプリケーションを自動的にビルドおよびデプロイするパイプラインがトリガーされます。Lambda コンソールには、Node.js サンプルコード付きの一般的なアプリケーションタイプのスタータープロジェクトと、サポートリソースを作成するためのテンプレートが用意されています。 このチュートリアルでは、次のリソースを作成します。 アプリケーション – Node.js Lambda 関数、構築仕様、AWS Serverless Application Model (AWS SAM) テンプレート。 パイプライン – 他のリソースを接続して継続的デリバリーを有効にする AWS CodePipeline パイプライン。 リポジトリ

            • チュートリアル: Hello World アプリケーションのデプロイ - AWS Serverless Application Model

              翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。 チュートリアル: Hello World アプリケーションのデプロイ このチュートリアルでは、AWS Serverless Application Model コマンドラインインターフェイス (AWS SAM CLI) を使用して次を実行します。 サンプルの Hello World アプリケーションを初期化、構築、デプロイします。 ローカルで変更を加えて AWS CloudFormation に同期します。 AWS クラウド でアプリケーションをテストします。 必要に応じて、開発ホストでローカルテストを実行します。 AWS クラウド からサンプルアプリケーションを削除します。

              • AWS announces AWS SAM serverless connectors

                Serverless application developers can now use the new AWS::Serverless::Connector resource available in AWS Serverless Application Model (AWS SAM) to simplify granting the appropriate level of access to the resources in their application’s infrastructure. With AWS::Serverless::Connector resources, developers describe how data and events need to flow between two resources and the type of access requ

                  AWS announces AWS SAM serverless connectors
                • AWS SAM adds support for AWS Step Functions

                  AWS SAM now supports AWS Step Functions, enabling you to integrate workflow orchestration into your serverless applications quickly and easily. Through direct support in the AWS Serverless Application Model (AWS SAM), an open-source framework for building serverless applications, you can now deliver your serverless applications faster by defining your Step Functions state machine workflows alongsi

                    AWS SAM adds support for AWS Step Functions
                  • Building TypeScript projects with AWS SAM CLI | Amazon Web Services

                    AWS Compute Blog Building TypeScript projects with AWS SAM CLI 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 AWS. This command line tool allows developers to initialize and configure applicat

                      Building TypeScript projects with AWS SAM CLI | Amazon Web Services
                    • AWS Serverless Application Model (AWS SAM) とは - AWS Serverless Application Model

                      AWS Serverless Application Model (AWS SAM) は、AWS でサーバーレスアプリケーションを構築するために使用できるオープンソースのフレームワークです。 サーバーレスアプリケーションは、タスクを実行するために連動する Lambda 関数、イベントソース、およびその他のリソースの組み合わせです。サーバーレスアプリケーションは単なる Lambda 関数ではないことに注意してください。これには、API、データベース、およびイベントソースマッピングなどの追加のリソースが含まれる場合があります。 AWS SAM を使用してサーバーレスアプリケーションを定義できます。AWS SAM は、次のコンポーネントで構成されています。 AWS SAM テンプレート仕様。この仕様を使用して、サーバーレスアプリケーションを定義します。サーバーレスアプリケーションを構成する関数、

                      • 20190814 AWS Black Belt Online Seminar AWS Serverless Application Mod…

                        20190814 AWS Black Belt Online Seminar AWS Serverless Application Model 1. © 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS 公式 Webinar https://amzn.to/JPWebinar 過去資料 https://amzn.to/JPArchive Solutions Architect 今村 優太 2019/8/14 AWS Serverless Application Model (AWS SAM) サービスカットシリーズ [AWS Black Belt

                          20190814 AWS Black Belt Online Seminar AWS Serverless Application Mod…