Experience
-
heart hands
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Education
Publications
-
Serverless Architectures on AWS, Second Edition
Manning Publications
Serverless Architectures on AWS, Second Edition teaches you how to design serverless systems. You’ll discover the principles behind serverless architectures, and explore real-world case studies where companies used serverless architectures for their products. You won’t just master the technical essentials—the book contains extensive coverage of balancing tradeoffs and making essential technical decisions. This new edition has been fully updated with new chapters covering current best practice…
Serverless Architectures on AWS, Second Edition teaches you how to design serverless systems. You’ll discover the principles behind serverless architectures, and explore real-world case studies where companies used serverless architectures for their products. You won’t just master the technical essentials—the book contains extensive coverage of balancing tradeoffs and making essential technical decisions. This new edition has been fully updated with new chapters covering current best practice, example architectures, and full coverage of the latest changes to AWS.
In Serverless Architectures with AWS, Second Edition you’ll learn how to design serverless systems using Lambda and other services on the AWS platform. You’ll explore event-driven computing and discover how others have used serverless designs successfully. This new edition offers real-world use cases and practical insights from several large-scale serverless systems. Chapters on innovative serverless design patterns and architectures will help you become a complete cloud professional.Other authorsSee publication -
Serverless Architectures on AWS (Japanese)
翔泳社
クラウドコンピューティングの技術の中でも、昨今注目を集めているのがサーバーレスアーキテクチャです。
FaaS(Function-As-A-Service)とも呼ばれるサーバーレスアーキテクチャは、ファンクション(関数)と呼ばれるマイクロサービスを実装し、組み合わせながら、サービスを構築していくアーキテクチャです。
その際、実行環境となるサーバーのスケーリングや管理をクラウドプロバイダに任せることで、開発者はオンプレミスなサーバーを考えることなしに、開発時間の短縮と運用コストの削減を図ることができます。
本書は、現場で役に立つ開発パターンをハンズオン形式で学べる『Serverless Architectures on AWS: With examples using AWS Lambda』の日本語版です。
本書では、サーバーレスアーキテクチャに興味のある開発者がAmazon Web Services(AWS)上で新技術を実践・体験するための例として、
・マイクロサービスのコードを実行する「AWS…クラウドコンピューティングの技術の中でも、昨今注目を集めているのがサーバーレスアーキテクチャです。
FaaS(Function-As-A-Service)とも呼ばれるサーバーレスアーキテクチャは、ファンクション(関数)と呼ばれるマイクロサービスを実装し、組み合わせながら、サービスを構築していくアーキテクチャです。
その際、実行環境となるサーバーのスケーリングや管理をクラウドプロバイダに任せることで、開発者はオンプレミスなサーバーを考えることなしに、開発時間の短縮と運用コストの削減を図ることができます。
本書は、現場で役に立つ開発パターンをハンズオン形式で学べる『Serverless Architectures on AWS: With examples using AWS Lambda』の日本語版です。
本書では、サーバーレスアーキテクチャに興味のある開発者がAmazon Web Services(AWS)上で新技術を実践・体験するための例として、
・マイクロサービスのコードを実行する「AWS Lambda」
・「Amazon S3」などのクラウドストレージ
・「Amazon DynamoDB」などのデータベース
・「Auth0」などの認証サービス
といったサービスを組み合わせながら、実際に動かすことのできる動画シェアサイトを構築していきます。
世界的な技術カンファレンス「Serverlessconf」の責任者である著者による、サーバーレスアーキテクチャの主要なデザインパターンを学べる1冊です。 -
The essential guide to serverless technologies and architectures
Tech Beacon
Microservices architectures may be more flexible and scalable than their monolithic predecessors, but what happens when your application, built using microservices, gets lashed to a legacy, distributed systems infrastructure that can't keep up? The physical and software components of a traditional, three-tier infrastructure are expensive to set up, maintain, and manage. And for the developer, what should be a simple modification to an application can turn into an extensive and time-consuming…
Microservices architectures may be more flexible and scalable than their monolithic predecessors, but what happens when your application, built using microservices, gets lashed to a legacy, distributed systems infrastructure that can't keep up? The physical and software components of a traditional, three-tier infrastructure are expensive to set up, maintain, and manage. And for the developer, what should be a simple modification to an application can turn into an extensive and time-consuming project to ensure that everything will work at every level, in every tier.
Serverless computing promises to change all that. -
Serverless technologies: the future of cloud
computing.co.uk
Serverless might be the future of cloud judging by the attention that Amazon, Microsoft and Google are paying to it, argues Peter Sbarski
-
Debunking Serverless Myths
A Cloud Guru
At the end of May we ran the first conference on serverless technologies and architectures in Brooklyn, New York. The conference was hot. We sold out and had around 100 people on the waiting list. I’ll spare you a summary but I think that all attendees and speakers enjoyed the event (all talks will be available online soon on A Cloud Guru). We also received a lot of positive (and constructive) feedback for which we are grateful. Thank you to all the amazing, interesting, and passionate people…
At the end of May we ran the first conference on serverless technologies and architectures in Brooklyn, New York. The conference was hot. We sold out and had around 100 people on the waiting list. I’ll spare you a summary but I think that all attendees and speakers enjoyed the event (all talks will be available online soon on A Cloud Guru). We also received a lot of positive (and constructive) feedback for which we are grateful. Thank you to all the amazing, interesting, and passionate people who made this conference possible.
-
Serverless Architectures on AWS
Manning Publications
There's a shift underway toward serverless cloud architectures. With the release of serverless compute technologies, such as AWS Lambda, developers are now building entirely serverless platforms at scale. In these new architectures, traditional back-end servers are replaced with cloud functions acting as discrete single-purpose services. By composing and combining these serverless cloud functions together in a loose orchestration, and adopting useful third-party services, you can build powerful…
There's a shift underway toward serverless cloud architectures. With the release of serverless compute technologies, such as AWS Lambda, developers are now building entirely serverless platforms at scale. In these new architectures, traditional back-end servers are replaced with cloud functions acting as discrete single-purpose services. By composing and combining these serverless cloud functions together in a loose orchestration, and adopting useful third-party services, you can build powerful yet easy to understand applications. Serverless architecture is about building rich, scalable, high-performing, and cost-effective systems without having to worry about traditional compute infrastructure, having more time to focus on code, and moving quickly.
Serverless Architectures on AWS teaches you how to build, secure and manage serverless architectures that can power the most demanding web and mobile apps. You'll get going quickly with this book's ready-made and real-world examples, code snippets, diagrams, and descriptions of architectures that can be readily applied. This book describes a traditional application and its back end concerns and then shows how to solve these same problems with a serverless approach. You'll begin with a high-level overview of what serverless is all about, start creating your own media transcoding system, and learn more about AWS. Next, you'll go in depth and learn about Lambda, API Gateway and other important serverless technologies. This section will teach you how to compose Lambda functions and discuss important considerations when it comes to building serverless systems. The third part of the book focuses on more advanced topics as your architecture grows. By the end, you'll be able to reason about serverless systems and be able to compose your own systems by applying these ideas and examples.Other authorsSee publication
Projects
-
iOS on AWS
iOS on AWS is a beginner course that teaches you how to build an iOS app with a powerful backend on AWS. You will learn how to use AWS services such as Lambda, Cognito, DynamoDB, and S3 to build scalable and robust backends for mobile applications. At the end of this course you will have a working Instagram clone with a few extra bells and whistles.
Other creatorsSee project -
GitHub for DevOps
What are Git and GitHub anyway? How do you connect GitHub to AWS? Why should I use GitHub and how can it help me with DevOps? If you have ever wondered these questions then this course is for you. GitHub for DevOps is a course designed for Solution Architects and System Administrators wanting to learn about Git, GitHub and AWS.
This introductory course covers the fundamental principles of source code versioning, the principles of Git and how to use it, what GitHub is all about and how to…What are Git and GitHub anyway? How do you connect GitHub to AWS? Why should I use GitHub and how can it help me with DevOps? If you have ever wondered these questions then this course is for you. GitHub for DevOps is a course designed for Solution Architects and System Administrators wanting to learn about Git, GitHub and AWS.
This introductory course covers the fundamental principles of source code versioning, the principles of Git and how to use it, what GitHub is all about and how to connect GitHub to AWS services such as CodeDeploy, CodePipeline and SNS. You will learn about best practice and how to use Git to help with your tasks. -
Appfail
- Present
Appfail is a hosted exception monitoring service for ASP.NET and Javascript. But that summary doesn’t do it justice. Appfail is so much more than that. Appfail is an analytics dashboard with a real-time notification engine. It integrates into your site becoming an indispensable tool for monitoring your web-site. Appfail knows about every failure your web site has ever experienced and gives you context and analytics to help with the fix.
Other creatorsSee project -
Appfail
- Present
Appfail is a hosted exception monitoring service for ASP.NET and Javascript. But that summary doesn’t do it justice. Appfail is so much more than that. Appfail is an analytics dashboard with a real-time notification engine. It integrates into your site becoming an indispensable tool for monitoring your web-site. Appfail knows about every failure your web site has ever experienced and gives you context and analytics to help with the fix.
Other creatorsSee project
Languages
-
English
Native or bilingual proficiency
-
Russian
Native or bilingual proficiency
Explore collaborative articles
We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI.
Explore More