Installation | Blogs | Videos | AWS Docs | Roadmap | Try It Out | Slack Us The AWS Serverless Application Model (SAM) CLI is an open-source CLI tool that helps you develop serverless applications containing Lambda functions, Step Functions, API Gateway, EventBridge, SQS, SNS and more. Some of the features it provides are: Initialize serverless applications in minutes with AWS-provided infrastructu
Today we are incredibly excited to announce the open source release of StreamAlert, a real-time data analysis framework with point-in-time alerting. StreamAlert is unique in that it’s serverless, scalable to TB’s/hour, infrastructure deployment is automated and it’s secure by default. In this blog post, we’ll cover why we built it, additional benefits, supported use-cases, how it works and more! W
AWS Compute Blog Better Together: Amazon ECS and AWS Lambda My colleague Constantin Gonzalez sent a nice guest post that shows how to create container workers using Amazon ECS. — Amazon EC2 Container Service (Amazon ECS) is a highly scalable, high performance container management service that supports Docker containers and allows you to easily run applications on a managed cluster of Amazon EC2 in
Building a Serverless Reddit to YouTube Bot In Python With Zappa, PRAW, and NoDB Rich Jones, 11-07-2017. S3SQLite - A Serverless Relational Database Rich Jones, 10-17-2017. Capture Asynchronous Task Results Sean Coates, 09-21-2017. We've Got Merch Now! Introducing Zappa T-Shirts Rich Jones, 06-20-2017. Zappa, Docker, and Python 3 - Updated guide to fixing your environment Edgar Roman, 06-16-2017.
Kappa is a command line tool that (hopefully) makes it easier to deploy, update, and test functions for AWS Lambda. There are quite a few steps involved in developing a Lambda function. You have to: Write the function itself Create the IAM role required by the Lambda function itself (the executing role) to allow it access to any resources it needs to do its job Add additional permissions to the La
最近は社内でChainerやTensorFlowのハンズオンをしている@edvakfです。 今日は機械学習ではなく、AWS Lambdaの話です。 pixivのPDF生成機能 pixiv小説には自分の投稿した小説を印刷可能な縦書きPDFに変換する機能があります。 inside.pixiv.net 小説をPDF化する部分は最初インターン生が作ったものが元になっていて、C++で書かれています。そのプログラムに渡すデータを用意する部分はというと、これまたインターン生が作ったpixiv-novel-parserと、小説本文を組版に最適な形式に自動変換するhakatashi/osekkaiいうNode.jsのプログラムを使って生成しています。 サービスにC++のコードを導入するのって勇気がいりますよね? もし入力ファイルによって任意のコードが実行できる脆弱性があったりすると大問題です。そのため、この
こんにちは。CS課の坂本(@t_sakam)です。 現在絶賛開催中の「AWS Summit Tokyo」、会場からのセッションレポートです! 今回は「グランドプリンスホテル新高輪」の「飛天(ひてん)」でおこなわれている、「Developers Conference」の会場にやってきましたー! Developers Conference日時6/2(木) 14:20 ~ 15:00場所グランドプリンスホテル新高輪「飛天」セッションタイトルサーバーレスで構築する、マイクロサービスの未来形スピーカーTim Wagner (General Manager of AWS Lambda and Amazon API Gateway, Amazon Web Services, Inc.) 今回レポートするセッションのタイトルは「サーバーレスで構築する、マイクロサービスの未来形」。一言でいうと、「AWS L
こんにちは。CS課の坂本です。 サーバーワークスでは、技術ブログ執筆後のレビュー依頼を「Questetra」でおこなっています。通常は3人からOKが出ると「公開」できます。公開OKであっても、レビューしてくれた人から何かコメントが入っていることもあります。 前回書いた記事のときは、こんなコメントがありました。 ------- [2016-04-18 11:58] 良かと思います。EC2じゃなくてLambda使いたいなぁ…(ボソッ) 「EC2でスクリプトをcron実行している箇所についてLambdaにしたら?」という指摘です。やっぱり時代は「Lambdaでサーバーレス」のようです。 確かにLambdaは昨年スケジュールベースでの実行が可能になりましたので、cronで実行しているスクリプトはLambdaに置き換えられそうです。 ということで、今回は前回EC2でcron実行していた箇所をLam
NEWER EDITION AVAILABLE IN MEAP Serverless Architectures on AWS, Second Edition is now available in the Manning Early Access Program. An eBook of this older edition is included at no additional cost when you buy the revised edition! You may still purchase Serverless Architectures on AWS (First Edition) using the Buy options on this page. Serverless Architectures on AWS teaches you how to build, se
AWS Big Data Blog Building a Near Real-Time Discovery Platform with AWS September 8, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. February 9, 2024: Amazon Kinesis Data Firehose has been renamed to Amazon Data Firehose. Read the AWS What’s New post to learn more. Assaf Mentzer is a Senior Consultant for AWS Professional Services In the spirit of the
Apex is a small program written in Go for managing “serverless” architecture via AWS Lambda, allowing you to focus on code instead of infrastructure. I started Apex because I’ve been working on a number of product ideas as a solo engineer, I can’t afford to spend time managing and maintaining machines if I’m going to have a successful product as a single person team. I love Amazon’s Elastic Contai
AWS Big Data Blog Automating Analytic Workflows on AWS February 2023 Update: Console access to the AWS Data Pipeline service will be removed on April 30, 2023. On this date, you will no longer be able to access AWS Data Pipeline though the console. You will continue to have access to AWS Data Pipeline through the command line interface and API. Please note that AWS Data Pipeline service is in main
7. 7 TECHNICAL & BUSINESS SUPPORT Account Management Support Professional Services Solutions Architects Training & Certification Security & Pricing Reports Partner Ecosystem AWS MARKETPLACE Backup Big Data & HPC Business Apps Databases Development Industry Solutions Security MANAGEMENT TOOLS Queuing Notifications Search Orchestration Email ENTERPRISE APPS Virtual Desktops Storage Gateway Sharing &
話題のAWS Lambda Advent Calendar 2014の14日目です。クロスポストで、クローラー/スクレイピング Advent Calendar 2014の14日目でもあります。 re:Inventで発表されて以来、注目のLambdaです。サーバを用意しなくても、バッチを直接実行できるとあって、ユースケースを考えるだけで夢が広がります。今年はクローラー本を出したこともあって、Lambdaで作るクローラー/スクレイピングをテーマにします。 クローラー/スクレイピングとは? Webクローラーは、Webサイトを巡回してデータを取得するプログラムです。スクレイピングは、取得したデータから目的の情報を抜き出すことを指します。一般的には、クローラーの中に、スクレイピングの機能を包含していることが多いです。また、特定のページだけ取得してデータを抜き出すことを、スクレイピングと呼ぶことが多い
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く