並び順

ブックマーク数

期間指定

  • から
  • まで

361 - 400 件 / 519件

新着順 人気順

ServerLessの検索結果361 - 400 件 / 519件

  • Vercel Serverless Functions vs Cloudflare Workers | Moiva.io Blog

    Update 2021-05-11 Cloudflare released Workers Unboud - a solution for serverless functions that need long excecution times. It extends the existing 50ms CPU limit to 30sec and changes their billing scheme. Update 2021-03-29 Added an image of vercel edge network map. kudos to @magnemg for creating it. TLDR #Vercel provides a good solid solution for Serverless Functions and makes the process of thei

      Vercel Serverless Functions vs Cloudflare Workers | Moiva.io Blog
    • Simple serverless WebSocket real-time API with AWS AppSync (little or no GraphQL experience required) | Amazon Web Services

      Front-End Web & Mobile Simple serverless WebSocket real-time API with AWS AppSync (little or no GraphQL experience required) June 27, 2024: This blog post covers Amplify Gen 1. For new Amplify apps, we recommend using Amplify Gen 2. You can learn more about Gen 2 in our launch blog post. AWS AppSync simplifies application development by letting applications securely access, manipulate, and receive

        Simple serverless WebSocket real-time API with AWS AppSync (little or no GraphQL experience required) | Amazon Web Services
      • Build incremental data pipelines to load transactional data changes using AWS DMS, Delta 2.0, and Amazon EMR Serverless | Amazon Web Services

        AWS Big Data Blog Build incremental data pipelines to load transactional data changes using AWS DMS, Delta 2.0, and Amazon EMR Serverless Building data lakes from continuously changing transactional data of databases and keeping data lakes up to date is a complex task and can be an operational challenge. A solution to this problem is to use AWS Database Migration Service (AWS DMS) for migrating hi

          Build incremental data pipelines to load transactional data changes using AWS DMS, Delta 2.0, and Amazon EMR Serverless | Amazon Web Services
        • Serverless + AWS Lambda + API Gatewayのヘッダマッピング - suguru.dev

          概要 AWS Lambda上でリクエストヘッダの取得とレスポンスヘッダの追加をServerless上で設定する方法がわからなくハマったので、それについてまとめました。 リクエストヘッダのマッピング AWS Lambdaで生のリクエストヘッダを取得するためには、API Gateway上でマッピングテンプレートによりマッピングする必要があります。今回はいくつかのエンドポイントでヘッダ情報をチェックする必要があったため、こちらのドキュメントを参考に以下のように追記しました。 functions: hello: handler: header.hello events: - http: path: hello method: GET request: ${self:custom.request} custom: request: template: application/json: method

            Serverless + AWS Lambda + API Gatewayのヘッダマッピング - suguru.dev
          • Serverless API Gateway Ingress for AWS Fargate, in CloudFormation | Containers on AWS

            About ​AWS Fargate provides serverless capacity to run your container images. Amazon Elastic Container Service launches and orchestrates containers that run in Fargate. AWS Cloud Map is a cloud resource discovery service. Cloud Map provides a way to lookup a list of your dynamically changing resources, such as containers. Amazon API Gateway is a serverless ingress for your web traffic. It has no m

              Serverless API Gateway Ingress for AWS Fargate, in CloudFormation | Containers on AWS
            • Serverless連載4: Firebase CrashlyticsでAndroidアプリのエラーログをさくっと収集する | フューチャー技術ブログ

              Serverless連載4: Firebase CrashlyticsでAndroidアプリのエラーログをさくっと収集する はじめにこんにちは、Android Developerの佐藤です。 サーバーレス連載の4回目を担当します! モバイルアプリ品質強化の強い味方となってくれるFirebase Crashlyticsを紹介したいと思います! そもそもFirebaseとはFirebaseとは、AndroidやiOSなどのモバイルアプリのバックエンド機能を提供してくれるサービスです。 提供されているサービスは、利用状況の解析、クラッシュの検知、認証、通知、ホスティングなど多種多様です。 これらのサービスを利用する上で、サーバーの管理が不要なのはもちろん、導入する上で追加のコーディングはほぼ必要ありません。 Firebase SDKをアプリのソースコードに組み込むだけで、Firebaseの機能を

                Serverless連載4: Firebase CrashlyticsでAndroidアプリのエラーログをさくっと収集する | フューチャー技術ブログ
              • The Koyeb Serverless Engine: from Kubernetes to Nomad, Firecracker, and Kuma

                ArticleThe Koyeb Serverless Engine: from Kubernetes to Nomad, Firecracker, and KumaJul 07, 202112 min At Koyeb, our mission is to provide the fastest way to deploy applications globally. We are building a platform allowing developers and businesses to easily run applications, a platform where you don't need to think and deal with the resiliency and scalability of your servers: a serverless platfor

                  The Koyeb Serverless Engine: from Kubernetes to Nomad, Firecracker, and Kuma
                • Serverless Kubernetes (ASK) を使用したPodのデプロイとServiceへの接続について|Engineers' Blog|SBクラウド株式会社 - SBクラウド株式会社

                  こんにちは、ソリューションアーキテクトの有馬です。 今回はServerless Kubernetes (ASK) の利用についてご紹介します。 はじめに クラスタ作成 基本操作 kubeconfigの作成 ノード Podのデプロイ Serviceの作成 まとめ はじめに SBクラウドEngineers' Blogでも何度かご紹介しておりますが、Alibaba CloudではKubernetesをマネージドで利用可能な、Container Service for Kubernetes (ACK) と言うプロダクトがあります。 その中で利用可能なクラスタタイプは、大きく分けて3パターン利用する事が可能になっています。 各クラスタタイプの大きな違いとしては、Kubernetesのマスターノードとワーカーノードのデプロイ構成の違いとなります。 大まかな構成は以下のようになります。また、クラスタタイ

                    Serverless Kubernetes (ASK) を使用したPodのデプロイとServiceへの接続について|Engineers' Blog|SBクラウド株式会社 - SBクラウド株式会社
                  • Implementing an event-driven serverless story generation application with ChatGPT and DALL-E | Amazon Web Services

                    AWS Compute Blog Implementing an event-driven serverless story generation application with ChatGPT and DALL-E This post demonstrates how to integrate AWS serverless services with artificial intelligence (AI) technologies, ChatGPT, and DALL-E. This full stack event-driven application showcases a method of generating unique bedtime stories for children by using predetermined characters and scenes as

                      Implementing an event-driven serverless story generation application with ChatGPT and DALL-E | Amazon Web Services
                    • Extending a serverless, event-driven architecture to existing container workloads | Amazon Web Services

                      AWS Compute Blog Extending a serverless, event-driven architecture to existing container workloads This post is written by Dhiraj Mahapatro, Principal Specialist SA, and Sascha Moellering, Principal Specialist SA, and Emily Shea, WW Lead, Integration Services. Many serverless services are a natural fit for event-driven architectures (EDA), as events invoke them and only run when there is an event

                        Extending a serverless, event-driven architecture to existing container workloads | Amazon Web Services
                      • Serverless FrameworkとTerraformの責任分界点 - Qiita

                        Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? 概要 Lambdaアプリケーションを構築する上では、Terraform以外に Serverless Framework や AWS SAM といったフレームワークを使うことがあります。 メタップスホールディングスではLambdaのアプリケーション開発にServerless Frameworkを使うことが多いのですが、インフラを構築する上で、Terraformとの使い分けはどうするべきか、という課題が度々発生します。 今回は弊社のプロダクト開発におけるフレームワークの使い分けについて、一例を紹介したいと思います。 Terraformの利点

                          Serverless FrameworkとTerraformの責任分界点 - Qiita
                        • Full Stack Serverless

                          Read it now on the O’Reilly learning platform with a 10-day free trial. O’Reilly members get unlimited access to books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers. Cloud computing is typically associated with backend development and DevOps. But with the rise of serverless technologies and a new generation of services and frameworks, frontend and

                            Full Stack Serverless
                          • Redshift Serverless に provisioned cluster から移行してみた - Qiita

                            はじめに Redshift Serverless が 7/13 に GA されました。従来の Redshift (provisioned cluster) では、クラスターを構成するインフラを意識しながらデプロイする方式でした。Redshift Serverless ではインフラ管理が不要となり、より簡単に、より運用負担を軽減してご利用いただけます。データを準備して Redshift Serverless に取り込むだけで分析ができ、料金は使用した分だけ発生します。これにより、利用頻度が少ない分析処理や夜間のみ実行されるワークロードなど、データウェアハウスを常時利用しないユースケースの場合に、効果的にご利用いただけます。 従来の provisioned cluster でサポートされている機能のほとんどは、Redshift Serverless でサポートされています。表現を変えると、今ま

                              Redshift Serverless に provisioned cluster から移行してみた - Qiita
                            • Amazon Aurora Serverless v2で監視すべきCloudWatchメトリクス | DevelopersIO

                              Amazon Aurora Serverless v2は最大・最小キャパシティを指定すると、負荷に応じてキャパシティがオートスケールします。 インスタンスサイズを明示的に指定するプロビジョン型ほど慎重にサイジングする必要はありませんが、最大・最小キャパシティが適切かメトリクスを確認する必要があります。 そのような用途に使えるメトリクスを紹介します。 Aurora Serverless v2を監視・サイジングする上で注意すべきこと インスタンスごとにメトリクスを取得可能 Amazon Aurora Serverless v1はクラスター単位で作成しましたが、 Amazon Aurora Serverless v2はDBインスタンス単位で作成します。 そのため、Serverlessの各種メトリクスは、クラスター単位だけでなく、DBインスタンス単位でも取得できます。 ACUの指定はクラスター単位

                                Amazon Aurora Serverless v2で監視すべきCloudWatchメトリクス | DevelopersIO
                              • Using the Ruby Runtime with Serverless Functions

                                Build for the web and learn to use our platform Incremental Migration

                                • サーバーレスアプリフレームワークの最新版「Serverless Framework 1.75.0」 | OSDN Magazine

                                  The Serverless Frameworkは7月15日、サーバーレスアプリケーションフレームワークの最新版「Serverless Framework 1.75.0」を公開した。 Serverless Frameworkはマイクロサービスで構成されるアプリケーションを構築できるフレームワーク。「AWS Lambda」「Google Cloud Functions」「Azure Functions」などのサービスを使ってサーバーレスモデルで作成し、実装できる。自動的にスケールするため、アプリケーション保守コストを抑えることができ、開発者はロジックに集中できる。MIT Licenseの下で公開するオープンソース版と高度な機能がついた有償版「Pro」がある。 Serverless Framework 1.75.0は6月に公開されたバージョン1.74に続く最新版。TypeScriptテンプレー

                                    サーバーレスアプリフレームワークの最新版「Serverless Framework 1.75.0」 | OSDN Magazine
                                  • AWS Summit New Delhi : Serverless and Container: Better together? | DevelopersIO

                                    AWS Summit New Delhi : Serverless and Container: Better together? AWS Containers with and without Serverless In this post, we'll look at how Serverless may be used in conjunction with Containers to make deploying and operating your containers more efficient and straightforward. Containerized cloud deployments have grown popular among businesses because they give the full value of digital transform

                                      AWS Summit New Delhi : Serverless and Container: Better together? | DevelopersIO
                                    • Stripe を使って定期料金と従量課金を組み合わせたサブスクリプション型サービスを作る | ブログ | Serverless Operations

                                      >_cd /blog/id_337 development technology#StripeDate2021-03-08Time00:00:00 JST 決済サービスで有名な Stripe ですが、高機能かつ使いやすく、導入事例も増えてきています。この頃特に関心が高まってきたサブスクリプション型の料金体系についても豊富な機能が提供されており、これをきっかけに Stripe を導入することも決めたプロジェクトも多いのではないでしょうか。 今回は、Stripe を使って定額・定期購入のサブスクリプション及び利用量に応じて金額が変動する従量課金の両方を組み合わせた料金体型について、実現方法をまとめました。 サンプルの商品を登録するStripe ダッシュボードにて、以下のようにサンプルの商品を登録します。 ① Sandbox – Basic Plan:一般的な定額・定期購入タイプのサービス利用プ

                                        Stripe を使って定期料金と従量課金を組み合わせたサブスクリプション型サービスを作る | ブログ | Serverless Operations
                                      • slackとAWSでLLM ChatbotをServerlessで運用する

                                        組織内のデータを使ってLLMによるチャットシステムを導入したいと考えたとき、ある程度実データを集めて関係者に実際に使ってもらいながら検証やチューニングを進めるのが良いのではないかと考えています。 そこで、すぐに組織内で運用を始められるよう、導入に関して敷居が低い構成を考えプロトタイプ実装してみたので紹介します。 チャットシステムの実装 アプリケーションはChatGPT/LangChainによるチャットシステム構築[実践]入門を参考に実装しています。 以下は、プログラミング言語MojoのREADME.mdを補足情報として参照可能な状態にしてgpt-3.5-turbo-16k-0613に質問をしています。 実際の利用イメージ 全体の処理の流れは次のようになります。 システムの特徴 検証開始時点から組織内のユーザーがサービスとして利用できる。 運用コストを最低限に抑えるためServerlessな

                                          slackとAWSでLLM ChatbotをServerlessで運用する
                                        • 祝GA!!Amazon BedrockとチャットができるLINEボットをオープンソースで公開しました - Serverless Application Repositoryから簡単インストール可 - Qiita

                                          祝GA!!Amazon BedrockとチャットができるLINEボットをオープンソースで公開しました - Serverless Application Repositoryから簡単インストール可AWSLINEsamserverlessrepobedrock AWSの生成系AIのサービスAmazon Bedrockがローンチしました 🎉🎊🎉🎊🎉 LINEのチャットでBedrockと会話ができる環境を構築しました。AWS Serverless Application Repositoryにて公開していますので、ソースのクローンやビルドといった作業も不要で、マネジメントコンソールから設定を少し行うだけで利用することが可能です。 AWS Serverless Application Repositoryとは 要約 by Claude V2 (Amazon Bedrock) AWS Ser

                                            祝GA!!Amazon BedrockとチャットができるLINEボットをオープンソースで公開しました - Serverless Application Repositoryから簡単インストール可 - Qiita
                                          • ElastiCache ServerlessをCloudFormationとAWS CLIで構築してみた | DevelopersIO

                                            ECPUは ElastiCache Processing Unitを表し、コマンドが消費したvCPUとデータサイズの大きい方を元にECPUを消費します。 デフォルトは上限値であり、利用者は CacheUsageLimits を設定することで、上限を下げる事ができます。 試算は難しいため、実際のワークロードで CloudWatch MetricのElastiCacheProcessingUnits を確認し、利用費も考慮しながら上限値を設定しましょう。 データサイズが DataStorage の上限に達すると Eviction やOut Of Memory (OOM)が発生し、ECPUが ECPUPerSecond の上限に達するとスロットリングが発生します。このあたりは直感どおりかと思います。 参考 https://docs.aws.amazon.com/AmazonElastiCache

                                              ElastiCache ServerlessをCloudFormationとAWS CLIで構築してみた | DevelopersIO
                                            • Deploy a GraphQL API with Prisma, AWS AppSync, Aurora Serverless & CDK

                                              Deploy a GraphQL API with Prisma, AWS AppSync, Aurora Serverless & CDK Intro Recently, Nader Dabit performed a livestream of using AWS AppSync with an Amazon Aurora PostgreSQL Serverless database. I replicated the same setup using Prisma as the developer experience that you get while writing queries is quite amazing and also fits in perfectly with TypeScript. The entire stack is composed of the fo

                                                Deploy a GraphQL API with Prisma, AWS AppSync, Aurora Serverless & CDK
                                              • 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
                                                • Monitoring and troubleshooting serverless data analytics applications | Amazon Web Services

                                                  AWS Compute Blog Monitoring and troubleshooting serverless data analytics applications This series is about building serverless solutions in streaming data workloads. The application example used in this series is Alleycat, which allows bike racers to compete with each other virtually on home exercise bikes. The first four posts have explored the architecture behind the application, which is enabl

                                                    Monitoring and troubleshooting serverless data analytics applications | Amazon Web Services
                                                  • [AWS][Node.js]ServerlessでExpressを動かす

                                                    Expressのインストール $ npm install --save express Expressアプリケーションの作成 まずは通常のExpressアプリケーションを作成します。 app.js const express = require('express') const app = express() app.get('/', function (req, res) { res.send('Hello World!') }) module.exports = app; server.js const app = require('./app'); app.listen(3000, () => { console.log('Application started'); }); 以下のコマンドを実行するとサーバーが起動して動作確認ができます。 $ node server.js Appl

                                                    • GitHub - harryzcy/mailbox: Versatile email infrastructure on AWS serverless

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                        GitHub - harryzcy/mailbox: Versatile email infrastructure on AWS serverless
                                                      • GitHub - kiwicopple/serverless-postgres

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                          GitHub - kiwicopple/serverless-postgres
                                                        • GitHub - harunobukameda/Serverless-Days-EDA-Workshop

                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                            GitHub - harunobukameda/Serverless-Days-EDA-Workshop
                                                          • Leveraging Serverless Architecture to Build an Enterprise Data Repository Platform for Customer Insights and Analytics | Amazon Web Services

                                                            AWS Partner Network (APN) Blog Leveraging Serverless Architecture to Build an Enterprise Data Repository Platform for Customer Insights and Analytics By Senthil Nathan Jayaraman, Sr. Solutions Architect at Tech Mahindra By Sakthivel Natarajan, Principal Consultant at Tech Mahindra By Aravindan Renganathan, Solutions Architect at Tech Mahindra By Amit Kumar, Partner Solutions Architect at AWS With

                                                              Leveraging Serverless Architecture to Build an Enterprise Data Repository Platform for Customer Insights and Analytics | Amazon Web Services
                                                            • サーバーレスなSelenium実行環境でブラウザのスクショをS3に保存する【AWS LambdaとServerless Framework編】 - Qiita

                                                              サーバーレスなSelenium実行環境でブラウザのスクショをS3に保存する【AWS LambdaとServerless Framework編】SeleniumAWSPython3lambdaServerlessFramework 0. はじめに こんにちは。都内でエンジニアをしている、@gkzvoiceです。 今回はホコリを被っていた「AWS Lamda上でSelenium/Headless Chrome」の実行環境の構築手順を供養しようと思います笑。 勤怠打刻プログラムを作ろうかなと思ったのですが、あれがあれする気もしなくもないと考えて。 なお、本記事では、Serverless Frameworkを使いますが、そのインストール手順や一般的な使い方は、深く取り扱いません。 手前味噌ですが、下記の記事をご参照ください。 AWS LambdaとServerless Frameworkで爆速で作

                                                                サーバーレスなSelenium実行環境でブラウザのスクショをS3に保存する【AWS LambdaとServerless Framework編】 - Qiita
                                                              • Serverless Frameworkでニュースサイトの新着記事をLINEで通知するアプリを作る - Qiita

                                                                アプリケーション構築を学習する一環として、RSSフィードで配信された記事をLINE Messaging API経由で通知するアプリをServerless Frameworkで作りました。 友達追加すると、 新着記事を定期配信したり、手動で取得したりすることができるアプリです。 成果物はGithubにアップロードしていますが、せっかくなのでアプリの概要と、ハマったポイントをこちらにも投稿しておこうと思います。(以下、Github上のREADME.mdのほぼ抜粋です) 概要 RSSFeedで配信された記事を、LINE Messaging API経由で購読する 購読対象の記事は、設定用サイトで追加・削除・有効化・無効化が可能 定期購読のほかに、LINEでメッセージを送ることで記事を手動購読することも可能 システム構成は以下の通り。AWS上にソースをデプロイし、LINE Messaging API

                                                                  Serverless Frameworkでニュースサイトの新着記事をLINEで通知するアプリを作る - Qiita
                                                                • API Gateway + REST + Lambda 非プロキシ(カスタム)統合をServerless Frameworkで実装してみた | DevelopersIO

                                                                  API Gateway + REST + Lambda 非プロキシ(カスタム)統合をServerless Frameworkで実装してみた はじめに データアナリティクス事業本部ビッグデータチームのyosh-kです。 今回はAPI GatewayをトリガーとしてLambdaを実行し、Redshift Serverlessの対象tableのデータを参照する一連の流れをServerless Frameworkで実装したいと思います。 構成図 簡単な構成図としては以下になります。 今回は、リクエストボディに対象tableを指定するため、POSTメソッドでリクエストします。また、リクエストの際は、API Keyの指定を必須とします。 前提条件 Redshift serverlessが事前に構築されていることとします。 まだの方は以下ブログの「Redshift Serverless構築」項目を参考に

                                                                    API Gateway + REST + Lambda 非プロキシ(カスタム)統合をServerless Frameworkで実装してみた | DevelopersIO
                                                                  • Serverless ICYMI Q1 2023 | Amazon Web Services

                                                                    AWS Compute Blog Serverless ICYMI Q1 2023 February 12, 2024: Amazon Kinesis Data Firehose has been renamed to Amazon Data Firehose. Read the AWS What’s New post to learn more. Welcome to the 21st edition of the AWS Serverless ICYMI (in case you missed it) quarterly recap. Every quarter, we share all the most recent product launches, feature enhancements, blog posts, webinars, live streams, and oth

                                                                      Serverless ICYMI Q1 2023 | Amazon Web Services
                                                                    • [速報] OpenSearch Serverless向けベクターエンジン「Vector engine for OpenSearch Service Serverless」がリリース #AWSreinvent | DevelopersIO

                                                                      [速報] OpenSearch Serverless向けベクターエンジン「Vector engine for OpenSearch Service Serverless」がリリース #AWSreinvent せーのでございます。 ただいま、AWS re:Invent 2023 keynoteをラスベガス現地にて聞いております。 OpenSearch Serverless向けベクターエンジン「Vector engine for OpenSearch Service Serverless」がリリースされたのでお伝えします。 今年の夏ごろにプレビューにて発表されていたサービスがGAになりました。 簡単にハイブリッド検索が可能に LLMとRAGの組み合わせに欠かせないベクトル検索。テキスト情報だけでなく、画像や音声、動画などもその文脈を理解した上でベクトル化して保管することにより「似たニュアンスの

                                                                        [速報] OpenSearch Serverless向けベクターエンジン「Vector engine for OpenSearch Service Serverless」がリリース #AWSreinvent | DevelopersIO
                                                                      • Introducing Amazon Neptune Serverless – A Fully Managed Graph Database that Adjusts Capacity for Your Workloads | Amazon Web Services

                                                                        AWS News Blog Introducing Amazon Neptune Serverless – A Fully Managed Graph Database that Adjusts Capacity for Your Workloads March 2, 2023: Post updated because Amazon Neptune Serverless now scales down to 1 NCU to save costs. Amazon Neptune is a fully managed graph database service that makes it easy to build and run applications that work with highly connected datasets. With Neptune, you can us

                                                                          Introducing Amazon Neptune Serverless – A Fully Managed Graph Database that Adjusts Capacity for Your Workloads | Amazon Web Services
                                                                        • Announcing Databricks Serverless SQL: Instant, Managed, Secured and Production-ready Platform for SQL Workloads

                                                                          Unified governance for all data, analytics and AI assets

                                                                            Announcing Databricks Serverless SQL: Instant, Managed, Secured and Production-ready Platform for SQL Workloads
                                                                          • Amazon MSK Serverless Now Generally Available–No More Capacity Planning for Your Managed Kafka Clusters | Amazon Web Services

                                                                            AWS News Blog Amazon MSK Serverless Now Generally Available–No More Capacity Planning for Your Managed Kafka Clusters Today we are making Amazon MSK Serverless generally available to help you reduce even more the operational overhead of managing an Apache Kafka cluster by offloading the capacity planning and scaling to AWS. In May 2019, we launched Amazon Managed Streaming for Apache Kafka (Amazon

                                                                              Amazon MSK Serverless Now Generally Available–No More Capacity Planning for Your Managed Kafka Clusters | Amazon Web Services
                                                                            • Serverless ICYMI Q4 2023 | Amazon Web Services

                                                                              AWS Compute Blog Serverless ICYMI Q4 2023 Welcome to the 24th edition of the AWS Serverless ICYMI (in case you missed it) quarterly recap. Every quarter, we share all the most recent product launches, feature enhancements, blog posts, webinars, live streams, and other interesting things that you might have missed! In case you missed our last ICYMI, check out what happened last quarter here. Server

                                                                              • AWSがAmazon Redshift Serverlessを紹介

                                                                                Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                                                                  AWSがAmazon Redshift Serverlessを紹介
                                                                                • GitHub - gfodor/p2pcf: Low cost, low effort P2P WebRTC serverless signalling using Cloudflare Workers

                                                                                  P2PCF enables free (or cheap) serverless WebRTC signalling using a Cloudflare worker and a Cloudflare R2 bucket. The API is inspired by P2PT, but instead of using WebTorrent trackers, which may go down, a custom Cloudflare worker is provided whose level of I/O aims to be free for most use-cases, and otherwise very cheap. The point is to allow people to deploy WebRTC-enabled applications without ha

                                                                                    GitHub - gfodor/p2pcf: Low cost, low effort P2P WebRTC serverless signalling using Cloudflare Workers