並び順

ブックマーク数

期間指定

  • から
  • まで

401 - 440 件 / 480件

新着順 人気順

"aws sam"の検索結果401 - 440 件 / 480件

  • Optimizing AWS Lambda function performance for Java | Amazon Web Services

    AWS Compute Blog Optimizing AWS Lambda function performance for Java This post is written by Mark Sailes, Senior Specialist Solutions Architect. This blog post shows how to optimize the performance of AWS Lambda functions written in Java, without altering any of the function code. It shows how Java virtual machine (JVM) settings affect the startup time and performance. You also learn how you can b

      Optimizing AWS Lambda function performance for Java | Amazon Web Services
    • SORACOM APIをLambdaから呼んで、SIMの情報を取得してみた | DevelopersIO

      SORACOMには、開発者向けにAPIが提供されています。 SORACOM APIの使い方を調べつつ、AWS LambdaでSORACOM APIを呼んでみました。 おすすめの方 SORACOM APIを使いたい方 SORACOM APIをLambdaで使いたい方 AWS SAMでLambdaを作りたい方 パラメータストアのSecureStringをLambdaで取得したい方 SORACOM APIを使う準備 SAMユーザを作成し、認証情報を取得する 下記を参考にして、SAMユーザを作成します。 Getting Started: SAM ユーザーを作成する | アクセス管理 (SORACOM Access Management:SAM) | SORACOM Users 続けて、認証情報を取得します。 SAMユーザにアクセス権限を付与する 下記の権限を直接付与します。本番運用するときは、ロー

        SORACOM APIをLambdaから呼んで、SIMの情報を取得してみた | DevelopersIO
      • Lambda+Glue+Step Functionsの構成をServerless FrameworkとAWS SAMのそれぞれでデプロイしてみた | DevelopersIO

        Lambda+Glue+Step Functionsの構成をServerless FrameworkとAWS SAMのそれぞれでデプロイしてみた データアナリティクス事業本部のueharaです。 今回は、Lambda+Glue+Step Functionsの構成をServerless FrameworkとAWS SAMのそれぞれでデプロイしてみたいと思います。 はじめに 2023年の10月に、Serverless FrameworkがV.4から有料化されることが発表されました。 これまでAWS上でETL処理を行うリソースのデプロイにServerless Frameworkを多用していたのですが、有料化に伴い別の手段も検討したく、本記事ではAWS Serverless Application Model (AWS SAM)を利用したいと思います。 今回デプロイを検証するのは、比較的軽量なET

          Lambda+Glue+Step Functionsの構成をServerless FrameworkとAWS SAMのそれぞれでデプロイしてみた | DevelopersIO
        • AWS SAMでGo+API Gateway+Lambda+DynamoDBのサーバレスAPI構築をIaC化した - Qiita

          AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: go-serverless-app-4 Resources: Function: Type: AWS::Serverless::Function Properties: FunctionName: PostAmazonURLFunction Handler: PostAmazonURLFunction Role: !GetAtt FunctionRole.Arn Runtime: go1.x CodeUri: . Timeout: 60 Architectures: - x86_64 Events: CatchAll: Type: Api Properties: Path: /post Method: POST

            AWS SAMでGo+API Gateway+Lambda+DynamoDBのサーバレスAPI構築をIaC化した - Qiita
          • 第75回 AWS Lambda入門 サーバレスでもPerlを活用しよう!(1) | gihyo.jp

            本連載では第一線のPerlハッカーが回替わりで執筆していきます。今回のハッカーは一野瀬翔吾さんで、テーマは「AWS Lambda入門」(⁠1)です。 サーバレスでコードを実行するサービスであるAWS(Amazon Web Services⁠)⁠ Lambdaでは、自分の好きな言語を動かすことができます。今回は、Perlを使ってシンプルなアクセスカウンタを作ってみましょう。 本稿のサンプルコードは、本誌サポートサイトから入手できます。 AWS Lambda ── サーバレスでコードを実行するサービス AWS Lambdaはサーバレスでコードを実行するサービスです。 単にAWSでコードを実行するサービスと言えば、Amazon EC2(Elastic Compute Cloud)が第一に挙がるでしょう。Amazon EC2は非常に自由度が高く、物理サーバとほぼ同じことが実現できます。その反面、O

              第75回 AWS Lambda入門 サーバレスでもPerlを活用しよう!(1) | gihyo.jp
            • CloudWatchLogsを監視してSlack複数チャンネルに通知するSA - Qiita

              はじめに 最近、アプリケーションをECS(Fargate)で動かすことが増えてきました。 Fargateを使う場合、(firelensを使わなければ)基本的にログはCloudWatch Logsに出力すると思います。 そのログをキーワード監視したかったのですが、コレだ!!っていう機能・やり方が見つからなかったので、 SA(Serverless Application)を自作してSAR(Serverless Application Repository)に登録してみました。 この記事は、その紹介です。 求める機能 CloudWatch Logsをキーワード監視してSlack通知する方法を調べてみると、この記事にあるような メトリクスフィルター CloudWatch Alarm AWS Chatbotを組み合わせる方法が見つかります。 その方法でもキーワード監視はできますが、運用を想定すると以

                CloudWatchLogsを監視してSlack複数チャンネルに通知するSA - Qiita
              • AWS Lambda 関数のイベントソースフィルタリング | Amazon Web Services

                Amazon Web Services ブログ AWS Lambda 関数のイベントソースフィルタリング この投稿は、 Filtering event sources for AWS Lambda functions を翻訳したものです。原文は Serverless の Principal Specialist Solutions Architect である Heeki Park によって書かれています。 AWS Lambda 関数にイベントソースが設定されている場合、Lambda サービスはメッセージまたはレコードごとに Lambda 関数をトリガーします。正確な動作は、イベントソースの選択とイベントソースマッピングの設定によって異なります。イベントソースマッピングは、Lambda サービスがイベントソースからのメッセージまたはレコードをどのように処理するかを定義します。 AWS は 2

                  AWS Lambda 関数のイベントソースフィルタリング | Amazon Web Services
                • Working with Lambda layers and extensions in container images | Amazon Web Services

                  AWS Compute Blog Working with Lambda layers and extensions in container images In this post, I explain how to use AWS Lambda layers and extensions with Lambda functions packaged and deployed as container images. Previously, Lambda functions were packaged only as .zip archives. This includes functions created in the AWS Management Console. You can now also package and deploy Lambda functions as con

                    Working with Lambda layers and extensions in container images | Amazon Web Services
                  • Build workflows for Amazon Forecast with AWS Step Functions | Amazon Web Services

                    AWS Compute Blog Build workflows for Amazon Forecast with AWS Step Functions This post is written by Péter Molnár, Data Scientist, ML ProServe and Sachin Doshi, Senior Application Architect, ProServe. This blog builds a full lifecycle workflow for Amazon Forecast to predict household electricity consumption from historic data. Previously, developers used AWS Lambda function to build workflows for

                      Build workflows for Amazon Forecast with AWS Step Functions | Amazon Web Services
                    • oapi-codegenを使ってみた

                      What we keep in mind when migrating from Serverless Framework to AWS CDK and AWS SAM

                        oapi-codegenを使ってみた
                      • 【アップデート】AWS SAM CLI に Delete コマンドが追加されました! | DevelopersIO

                        そろそろ寝ようかと思ってスマホを眺めていたところ、AWS SAM CLI で Delete 機能が追加されたリリースを見つけました。 Happy Friday #serverless AWS SAM users! Here's a little present for you. I am pretty excited about this. You can now tear down your stacks from within SAM. Time to update! https://t.co/wy6MmUkunN — Eric Johnson | vacationing with the fam til 8/30 (@edjgeek) August 20, 2021 普段、SAM CLI を使っているとき、スタックを削除しようと思うと Cloudformation からスタックを削除

                          【アップデート】AWS SAM CLI に Delete コマンドが追加されました! | DevelopersIO
                        • Combining Amazon AppFlow with AWS Step Functions to maximize application integration benefits | Amazon Web Services

                          AWS Compute Blog Combining Amazon AppFlow with AWS Step Functions to maximize application integration benefits This post is written by Ahmad Aboushady, Senior Technical Account Manager and Kamen Sharlandjiev, Senior Specialist Solution Architect, Integration. In this blog post, you learn how to orchestrate AWS service integrations to reduce the manual steps in your workflow. The example uses AWS S

                            Combining Amazon AppFlow with AWS Step Functions to maximize application integration benefits | Amazon Web Services
                          • CloudFormationのスタック数とリソース数をSlackに通知する仕組みを作った | DevelopersIO

                            CloudFormationには、スタックの最大数が200、1スタック内のリソース最大数が200の制限があります。 デプロイ失敗時に気づいて対処するよりも、日頃から確認しておき、制限が近くなったときに対処できれば安心です。 気づく方法のひとつとして、週1回の頻度でCloudFormationのスタック数とリソース数をSlackに通知してみました。 パラメータストアに通知先を追加 通知先URLを取得し、下記コマンドでSSM(AWS Systems Manager)のパラメータストアに追加します。 URLの先頭にhttps://があるとコマンド実行に失敗するため除去しています。 aws ssm put-parameter \ --type 'String' \ --name '/Slack/INCOMING_WEBHOOK_URL/CloudFormationResource' \ --val

                              CloudFormationのスタック数とリソース数をSlackに通知する仕組みを作った | DevelopersIO
                            • AWS SAM を使用した Kubernetes のサーバーレスアドミッションウェブフックの構築 | Amazon Web Services

                              Amazon Web Services ブログ AWS SAM を使用した Kubernetes のサーバーレスアドミッションウェブフックの構築 著者: Simon Woldemichael、アソシエイトソリューションアーキテクト、WWPS ソリューションアーキテクチャ Josh Jiang、アソシエイトクラウド開発者、プロフェッショナルサービス共有配信チーム 学習レベル: 300 Kubernete クラスターでリソースデプロイを制御すると、難しい課題に直面することがあります。たとえば、本番環境に変更をプッシュすると、互換性のないパッケージやサービスをクラッシュさせる脆弱な依存関係をインストールする危険性があります。 Kubernetes のカスタムアドミッションウェブフックを作成すると、規制を厳格に定義し、承認済みリソースをクラスターでのみ起動できます。 次の図は、サンプルのウェブフッ

                                AWS SAM を使用した Kubernetes のサーバーレスアドミッションウェブフックの構築 | Amazon Web Services
                              • AWS Lambda で Ruby を使ってみる - Qiita

                                はじめに 2018年の AWS re:Invent では多くの新機能が発表されていましたね。 特に Lambda 関連では、 ALB のバックエンドに Lambda を指定できるようになったり Lambda functions as targets for Application Load Balancers | Networking & Content Delivery Lambda Layers で関数ごとにパッケージングする必要がなくなったり New for AWS Lambda – Use Any Programming Language and Share Common Components | AWS News Blog と、いろいろ興味深い発表がありました。 その中でも、今回は AWS Lambda が Ruby をサポートしたとのことで、早速触ってみました。 Announc

                                  AWS Lambda で Ruby を使ってみる - Qiita
                                • pyminizip を AWS Lambdaで使いたい | DevelopersIO

                                  『pyminizipのライブラリをAWS Lambdaで使いたいけど何故かimportエラーが出る。』というお悩みの方向け。もしかして、共有ライブラリのCPUアーキテクチャがあってないかも? サーモン大好き横山です。 今回、Macから serverless framework + poetryを用いて、AWS Lambdaへdeployを行いパスワード付zipを作りたい!とおもってやってみましたところ、パッケージがimport出来ないと言われました。今回はその解決策を書きます。 実行環境 以下のMacの環境からやります。 $ sw_vers ProductName: macOS ProductVersion: 12.4 BuildVersion: 21F79 $ uname -mprsv Darwin 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr

                                    pyminizip を AWS Lambdaで使いたい | DevelopersIO
                                  • 週刊AWS – 2022/5/2週 | Amazon Web Services

                                    Amazon Web Services ブログ 週刊AWS – 2022/5/2週 みなさん、こんにちは。AWS ソリューションアーキテクトの小林です。 今年のゴールデンウィークは最大 10 連休とのことでしたが、みなさんはどのように過ごされましたか?私は近場に出かけたりしつつ、日頃はなかなかまとまった時間を取れない読書にいそしんでいました。何年も前からKindleの電子書籍を愛用しているのですが、気楽に本が買えるのは利点ではあるものの、読む時間は有限なのが困りポイントでした。今回の連休で「積ん読」を全部消化できたとはいえませんが、前から読みたかった本を何冊か読破できたので充実した連休だったなと思っています(私はインドア派なのです)。 それでは、5 月 2 日週のアップデートを振り返ってみましょう。日本はゴールデンウィークでしたが米国は通常営業です。もちろん、AWS のサービスアップデート

                                      週刊AWS – 2022/5/2週 | Amazon Web Services
                                    • SAMでSlack通知Lambdaをデプロイ - Qiita

                                      はじめに AWS Lambda Container Image Support や EventBridgeのcron設定、Secrets Managerからシークレット情報の取得を試してみたかったので、以下のような構成図で一気に試してみます。 構成図 SAMでSlackにメッセージを通知するLambdaをデプロイする Lambdaはイメージ化してECRで管理する LambdaはEventBridgeで定期実行する SlackのWebhook URLをSecrets Managerで管理する 手順 ECRにリポジトリを作成しておく Secrets ManagerにSlackのWebhook URLを設定する sam initでテンプレート作成 template.yamlの修正 Slackにメッセージ通知するLambda関数を作成 デプロイ テスト 1. ECRにリポジトリを作成しておく イメ

                                        SAMでSlack通知Lambdaをデプロイ - Qiita
                                      • Visual Studio Code上でのAWS SAM CLI ローカルデバッグ方法メモ - Qiita

                                        Visual Studio CodeでSAM CLIのデバッグ実行を行う方法についてメモする。 事前準備 VS code 拡張機能のAWS Toolkitをインストールする テスト用SAM CLIアプリを用意する。 こちらで作成したもの を流用する。 事前にMySQL(Docker)を起動しておく デバッグ設定 VS Codeのコマンドパレットを開く(Windowsの場合、Ctrl+Shift+P) 「AWS:Edit SAM Debug Configuration」を選択する(SAMデバッグ設定画面が表示される) 下記項目を設定する Configuration Template Path : {YOUR_PROJECT_PATH}/template.yaml Resource (Logical Id) : HelloWorldFunction Runtime : 各自の環境にあわせる(筆

                                          Visual Studio Code上でのAWS SAM CLI ローカルデバッグ方法メモ - Qiita
                                        • 2024年1月くらいのAWS最新情報ブログとかをキャッチアップする – AWSトレンドチェック勉強会用資料 | DevelopersIO

                                          こんにちは、臼田です。 みなさん、AWSの最新情報はキャッチアップできていますか?(挨拶 社内で行っているAWSトレンドチェック勉強会の資料をブログにしました。 AWSトレンドチェック勉強会とは、「日々たくさん出るAWSの最新情報とかをブログでキャッチアップして、みんなでトレンディになろう」をテーマに実施している社内勉強会です。 このブログサイトであるDevelopersIOには日々ありとあらゆるブログが投稿されますが、その中でもAWSのアップデートを中心に私の独断と偏見で面白いと思ったもの(あと自分のブログの宣伝)をピックアップして、だいたい月1で簡単に紹介しています。 1月は56本ピックアップしました。新しいサービスもあればなくなるサービスもある。時の流れを感じますね。 ちなみにAWSの最新情報をキャッチアップするだけなら週刊AWSがおすすめですが、DevelopersIOのブログを読

                                            2024年1月くらいのAWS最新情報ブログとかをキャッチアップする – AWSトレンドチェック勉強会用資料 | DevelopersIO
                                          • [アップデート]AWS SAM CLIでAWS環境上のLambda関数のテストイベントを操作できるようになりました | DevelopersIO

                                            初めに 本日AWS SAM CLI v1.98.0がリリースされました。 今回のアップデートではsam remoteコマンドに新たなサブコマンドtest-eventが追加されSAM経由でAWS環境上のLambda関数のテストイベントを操作できるようになります。 また合わせてsam remote invokeコマンドに新たなオプション--test-event-nameが追加されAWS環境上に設置されているイベントデータを使えるようになっております。 remote invokeコマンドについては今年の6月ごろのアップデート追加されたサブコマンドでSAMを通してローカルではなく実際のAWS環境上のLambda関数を実行できる機能となります。 以前はsam remote invokeは実際にデプロイされたAWS環境上の関数を呼び出すことができたのですがテストイベントは取り扱うことができず、イベント

                                              [アップデート]AWS SAM CLIでAWS環境上のLambda関数のテストイベントを操作できるようになりました | DevelopersIO
                                            • AWS SAM がgithub actionsを使えるようになったので試してみた - 私の戦闘力は53万です

                                              AWS SAMがgithub actionsを利用できるようになったようなので使ってみました。 使ってみるとめちゃくちゃ良かったので、記事にしてみました。 事前準備 まず何でも良いのでsamを作成します sam init -r python3.8 -n github-actions-with-aws-sam --app-template "hello-world" 続いて.github/workflows/sam-pipeline.ymlを追加します ※regionとs3バケットを書き換えてください on: push: branches: - main jobs: build-deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 - uses: aw

                                                AWS SAM がgithub actionsを使えるようになったので試してみた - 私の戦闘力は53万です
                                              • GitLab で AWS Lambda を自動デプロイしてみる - RAKUS Developers Blog | ラクス エンジニアブログ

                                                こんにちは、uemura_rks です。 個人的な勉強目的で GitLab 上で AWS Lambda のデプロイを自動化してみました。 GitLab での CICD や AWS SAM、あとは Docker に興味を持っている方に向けて、その構築履歴を紹介したいと思います。 基本的には各ツールのドキュメントを参照しつつ、追記した設定などを共有していきます。 作りたいもの 1.GitLab 構築 2.GitLab Runner 構築 GitLab Runner の登録 登録トークン取得 登録コマンドの実行 3.Lambda 環境構築 AWS SAM チュートリアル 4.デプロイ自動化 5.自動デプロイの確認 Lambda の変更 テンプレートの変更 終わりに 参考 作りたいもの ローカルに Docker で GitLab や GitLab Runner を立てつつ、プッシュしたら AWS

                                                  GitLab で AWS Lambda を自動デプロイしてみる - RAKUS Developers Blog | ラクス エンジニアブログ
                                                • TerraformとAWS CDKの連携について考えてみる

                                                  tl; dr Terraformのlocal-execで cdk deploy Terraform, AWS CDK間でのパラメーターの受け渡しできることが大切 DataソースでCDK Stackのoutputsを参照できる Terraformからは環境変数を使ってCDK Stackに渡す https://github.com/youyo/terraform-aws-cdk-template モチベーション 以前TerraformからAWS SAMを扱う記事を書きました。 TerraformからAWS SAMをデプロイしてみた そのときのモチベーションをベースに, さらにYAMLも書きたくないのでAWS SAMではなくAWS CDKを組み合わせられないか考えてみました。 基本的にはTerraformを使いたい でもTerraformでLambda扱うのとかしんどい そこはAWS SAM使い

                                                    TerraformとAWS CDKの連携について考えてみる
                                                  • SAM CLI の Docker内(--use-container) ビルドをProxy環境下で実施する方法 - Qiita

                                                    2017年頃からサーバレスに浸っている、小西啓介です。 SAM CLIでは、Lambdaに近い環境でビルドできる SAM(Serverless Application Model) CLI のビルドコマンド(sam build)には、 Lambda用の npm や pip などで、アーキテクチャ(WindowsかLinux等)に依存するモジュールが有る場合に対応する オプション (--use-container)がある。 このオプションを使用すると、通常、実行環境(windows等)で行うビルド処理を、Lambda(Amazon Linux) に近い Docker環境内で行うようなるため、コンパイルを伴うような場合でも問題なく(※文末参照 2020/07/10追記)、Lambda用のリソースを作成することが可能となる。 Proxyの憂鬱 ここにも、毎度おなじみのProxyの憂鬱がある。 P

                                                      SAM CLI の Docker内(--use-container) ビルドをProxy環境下で実施する方法 - Qiita
                                                    • AWS Step Function承認フローをAWS Step Functionsのワークフローから呼び出して多段階承認フローを作成する方法(AWS CodePipeline & Amazon EventBridge編) - NRIネットコムBlog

                                                      小西秀和です。 AI技術の急速な進化に伴い、従来の業務プロセスを見直す必要性が高まっています。 特に、多段階承認フローのあり方について、新しい視点からアプローチしたいと考え、この記事を執筆しました。 これまで多段階承認フローは、しばしば冗長で効率が悪いと批判されてきました。しかし同時に、専門知識や権限を持つ人間が最終判断を下す重要な場でもあります。 そこで私は次のような理由から、将来的に生成AIを多段階承認フローに組み込むことを見据え、AWS Step Functionsを活用した多段階承認フローシステムを試作してみました。 APIを介して承認フローをシステム化することで、人間と生成AIの間で意思決定プロセスを柔軟に切り替えられる 初期段階では人間が承認を行い、生成AIの能力が十分と判断された場合に段階的にAIへ移行できる 生成AIの判断に不安がある場合や、最終確認が必要な場合は、人間が承

                                                        AWS Step Function承認フローをAWS Step Functionsのワークフローから呼び出して多段階承認フローを作成する方法(AWS CodePipeline & Amazon EventBridge編) - NRIネットコムBlog
                                                      • Implementing reactive progress tracking for AWS Step Functions | Amazon Web Services

                                                        AWS Compute Blog Implementing reactive progress tracking for AWS Step Functions This blog post is written by Alexey Paramonov, Solutions Architect, ISV and Maximilian Schellhorn, Solutions Architect ISV This blog post demonstrates a solution based on AWS Step Functions and Amazon API Gateway WebSockets to track execution progress of a long running workflow. The solution updates the frontend regula

                                                          Implementing reactive progress tracking for AWS Step Functions | Amazon Web Services
                                                        • How I created a door bell with AWS Serverless

                                                          Pubudu Jayawardana for AWS Community Builders Posted on Sep 22, 2020 • Updated on Nov 13, 2021 Intro Recently, there was a hackathon at my work place, and with one of my colleagues, I created an intelligent door bell with AWS Serverless services + a raspberry pi. Whenever someone clicks on the button of the 'door bell', it will capture a image and check through a Amazon Rekognition faces collectio

                                                            How I created a door bell with AWS Serverless
                                                          • 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
                                                            • Using AWS Lambda Function URL to build a Serverless backend for Slack

                                                              A combination of AWS Lambda and Amazon API Gateway is a widely-used architecture for serverless microservices and API based solutions. They enable developers to focus on their applications, instead of spending time provisioning and managing servers. API Gateway is a feature rich offering that includes with support for different API types (HTTP, REST, WebSocket), multiple authentication schemes, AP

                                                                Using AWS Lambda Function URL to build a Serverless backend for Slack
                                                              • Building a cross-account CI/CD pipeline for single-tenant SaaS solutions | Amazon Web Services

                                                                AWS DevOps Blog Building a cross-account CI/CD pipeline for single-tenant SaaS solutions With the increasing demand from enterprise customers for a pay-as-you-go consumption model, more and more independent software vendors (ISVs) are shifting their business model towards software as a service (SaaS). Usually this kind of solution is architected using a multi-tenant model. It means that the infras

                                                                  Building a cross-account CI/CD pipeline for single-tenant SaaS solutions | Amazon Web Services
                                                                • Building a serverless URL shortener app without AWS Lambda – part 1 | Amazon Web Services

                                                                  AWS Compute Blog Building a serverless URL shortener app without AWS Lambda – part 1 When building applications, developers often use a standard multi-tier architecture pattern that generally includes a presentation, processing, and data tier. When building such an application using serverless technologies on AWS, it might look like the following: In this three-part series, I am going to challenge

                                                                    Building a serverless URL shortener app without AWS Lambda – part 1 | Amazon Web Services
                                                                  • Amazon Athena を Apache Hive メタストアに接続し、ユーザー定義関数を使用する | Amazon Web Services

                                                                    Amazon Web Services ブログ Amazon Athena を Apache Hive メタストアに接続し、ユーザー定義関数を使用する Amazon Athena は、標準 SQL を使用して Amazon S3 のデータを簡単に分析できるインタラクティブなクエリサービスです。Athena はサーバーレスであるため、インフラストラクチャの管理は不要であり、実行したクエリにのみ課金されます。この投稿では、現在プレビュー中である2つの新しい機能、Apache Hive Metastore への接続と、ユーザー定義関数の使用について詳しく説明しています。これらは本日から使い始めることができます。 Athena を自分の Apache Hive Metastore に接続する Hive Metastore を、自分のビッグデータ環境に共通のメタデータカタログとして使っているお客様が

                                                                      Amazon Athena を Apache Hive メタストアに接続し、ユーザー定義関数を使用する | Amazon Web Services
                                                                    • The best ways to test your serverless applications

                                                                      Serverless is more than a cloud computing execution model. It changes the way we plan, build, and deploy apps. But it also changes the way we test our apps. Meet Alex. Alex is an ordinary JavaScript developer, focused on Node.js lately. This is AlexOver the last couple of months, his good friends, Anna and Jeff, are always talking about that serverless thingy. Even through they are annoying from t

                                                                        The best ways to test your serverless applications
                                                                      • API GatewayをPrivateで作成してみる - Qiita

                                                                        AWS資格取得に向けて実際にAWSを利用してみるシリーズの投稿です。 今回はプライベートなAPIが作成できるAPI GatewayをPrivateで作成してみる編です。 API GatewayはGUI操作で比較的簡単にAPIを作成できるサービスなので今まであまり困ってはいなかったのですが、いざPrivateなAPI Gatewayを作ってみるといくつかのサービス連携があり、混乱してきたのでその整理をした投稿になります。 興味がある方は読んでみて下さい。 資格試験の勉強法は記事は以下を参照。 AWS初心者がAWS 認定ソリューションアーキテクト – アソシエイト資格試験に合格した時の勉強法 AWS初心者がAWS 認定ソリューションアーキテクト – プロフェッショナル資格試験に合格した時の勉強法 想定読者 PrivateなAPI Gatewayを作成したい人 【公式ページ 手順】 Amazon

                                                                          API GatewayをPrivateで作成してみる - Qiita
                                                                        • 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

                                                                          • Optimizing the cost of serverless web applications | Amazon Web Services

                                                                            AWS Compute Blog Optimizing the cost of serverless web applications Web application backends are one of the most frequent types of serverless use-case for customers. The pay-for-value model can make it cost-efficient to build web applications using serverless tools. While serverless cost is generally correlated with level of usage, there are architectural decisions that impact cost efficiency. The

                                                                              Optimizing the cost of serverless web applications | Amazon Web Services
                                                                            • Introducing cross-account Amazon ECR access for AWS Lambda | Amazon Web Services

                                                                              AWS Compute Blog Introducing cross-account Amazon ECR access for AWS Lambda This post is written by Brian Zambrano, Enterprise Solutions Architect and Indranil Banerjee, Senior Solution Architect. In December 2020, AWS announced support for packaging AWS Lambda functions using container images. Customers use the container image packaging format for workloads like machine learning inference made po

                                                                                Introducing cross-account Amazon ECR access for AWS Lambda | Amazon Web Services
                                                                              • Decoding protobuf messages using AWS Lambda | Amazon Web Services

                                                                                AWS Compute Blog Decoding protobuf messages using AWS Lambda This post is written by Ennio Pastore, Data Lab Architect. Protobuf is short for protocol buffers, which are language- and platform-neutral mechanisms for serializing structured data. Compared to XML or JSON the size of the messages is smaller, so the network transfer is faster, reducing latency in the interactions between applications.

                                                                                  Decoding protobuf messages using AWS Lambda | Amazon Web Services
                                                                                • AWS Step Functions → AWS Batch on Fargate を SAM で定義する - public note

                                                                                  AWS Step Functions から AWS Batch を呼び出す構成を AWS SAM で定義しました。 AWS Batch のジョブは、Fargate で動くようにしています。 すんなり定義できなかったところがいくつかありましたので、ひっかかったところをまとめました。 つくったテンプレートファイルは、こちらへアップロードしています。 github.com AWS Batch の実行環境として Fargate を指定する ジョブ実行環境として EC2 を指定している Cloud Formation テンプレートはたくさん見つかるのですが、Fargate を指定しているサンプルは見つかりませんでした。そのため、こちらのページを参照しながら Fargate 版をつくります。 AWS Batch on AWS Fargate - AWS Batch Cloud Formation の

                                                                                    AWS Step Functions → AWS Batch on Fargate を SAM で定義する - public note