並び順

ブックマーク数

期間指定

  • から
  • まで

41 - 50 件 / 50件

新着順 人気順

SAMの検索結果41 - 50 件 / 50件

  • 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を使ってみた
        • チュートリアル: で Hello World アプリケーションをデプロイする AWS SAM - AWS Serverless Application Model

          翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。 チュートリアル: で Hello World アプリケーションをデプロイする AWS SAM このチュートリアルでは、 AWS Serverless Application Model コマンドラインインターフェイス (AWS SAMCLI) を使用して以下を完了します。 サンプルの Hello World アプリケーションを初期化、構築、デプロイします。 ローカルで変更を行い、 に同期します AWS CloudFormation。 開発ホストでローカルテストを実行します。 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
              • GitHub アクションを使用したデプロイ - AWS Serverless Application Model

                翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。 GitHub アクションを使用したデプロイ AWS SAM アプリケーションの構築とデプロイを自動化するようにGitHubパイプラインを設定するには、まずホストに AWS SAM コマンドラインインターフェイス (CLI) をインストールする必要があります。 GitHub ワークフローのGitHub アクションを使用して、この設定に役立てることができます。 次の GitHub ワークフロー例では、一連の GitHubアクションを使用して Ubuntu ホストを設定し、AWS SAMCLIコマンドを実行してAWS SAMアプリケーションを構築してデプロイします。 on: push: branches: - main jobs: deploy: runs-on: ubu

                • 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 テンプレート仕様。この仕様を使用して、サーバーレスアプリケーションを定義します。サーバーレスアプリケーションを構成する関数、

                    • AWS Lambda コンソールでのアプリケーションの表示 - AWS Lambda

                      AWS Lambda コンソールは、Lambda アプリケーションのモニタリングと管理に役立ちます。[アプリケーション] セクションには Lambda 関数を含む AWS CloudFormation スタックが一覧表示されます。このメニューには、AWS CloudFormation コンソール、AWS CloudFormation、AWS Serverless Application Repository や AWS CLI CLI を使用して AWS SAM で起動したスタックが含まれています。