Jump to ratings and reviews
Rate this book

처음 시작하는 AWS 람다: 서버리스 아키텍처를 향한 첫 발걸음

Rate this book
퇴근 후 집에서 독학할 수 있는 서버리스 아키텍처 AWS 람다의 모든 것!

[처음 시작하는 AWS 람다]는 경량 애플리케이션에서 사물인터넷과 마이크로서비스까지 담은 책이다. AWS 람다를 이용하면 클라우드에서 서버 관리에 대한 걱정 없이 코드를 배포할 수 있다. 서버 유지 관리나 패치 배포, 모니터링 및 로깅 등 모든 컴퓨팅 리소스 관리를 개발자 대신 수행해주며, S3, DynamoDB, API 게이트웨이 등 다른 AWS 서비스와의 결합 및 확장도 용이하다. 실행당 과금 모델이므로 EC2보다 비용이 적은 것도 큰 장점이고, IoT 시나리오에도 적합하며 마이크로서비스 설계와 부합하므로 그 전망은 더욱 밝다.

이 책은 서버리스(serverless) 아키텍처의 선두 주자인 AWS 람다를 빠르게 익힐 수 있게 구성되었다. ‘Hello World’부터 시작해 이벤트, 콘텍스트 객체, 역할 등 람다의 기본 개념을 살펴보고, S3, 클라우드워치, 클라우드포메이션, API 게이트웨이, SES 등 다른 AWS 서비스와 연동되는 실제 업무 시나리오 사례도 설명한다. 저자가 보안 엔지니어로서 다년간 AWS를 업무에 적용한 노하우도 책 곳곳에서 엿볼 수 있다. 누구나 무료로 시작할 수 있는 AWS 람다의 세계를 만나보자.

148 pages, Paperback

Published October 20, 2016

417 people are currently reading
251 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
48 (21%)
4 stars
108 (48%)
3 stars
53 (23%)
2 stars
12 (5%)
1 star
3 (1%)
Displaying 1 - 24 of 24 reviews
Profile Image for Sebastian Gebski.
1,209 reviews1,394 followers
February 19, 2016
Fit for a purpose.

Promises to be a well-tailored introduction to recent technology & delivers. Not by just presenting few code samples - there's quite nice SWOT analysis present, brief overview of competition & a brief description of supplementary tech (API Gateway).

Not too much, not too little - about just enough.
Thumbs up from me.
Profile Image for Machine Reading.
13 reviews11 followers
February 23, 2019
So disappointed

It's just provide less-than-introduction level of the topics. Even Amazon docs better than this book. There are a ton of free reaources that can make you become Serverless dev. eg. sevverless-stack dot com.

I recommend not buy this book.
Profile Image for Justin Scott.
1 review
December 18, 2017
As someone new to Amazon Lambda and wanting a 10,000 foot overview of what it is and how it works, this little gem of a book delivered exactly what I wanted to know. It touches on all of the concepts involved, the good, the bad, and how it relates to other AWS services. Only downside is that it could use some updating as a few things have changed since this was published. As far as code examples go, it provides some basic "get up and running" examples, but nothing in-depth, so if you're looking for a code cookbook or lots of practical "heavy lifting" examples this isn't the book for you. The author also does not cover advanced topics such as application architecture, building "multi-project" applications, how Lambda "projects" interoperate or call one another, etc., in any depth. Overall a great basic high level introduction to the technology and how it fits into the AWS ecosystem, but don't expect to start building API-driven web apps when you're finished. You will come away knowing what it is, does, its limitations, etc. though. Overall a great introduction to the technology.
Profile Image for Sukhmeet.
5 reviews6 followers
July 18, 2017
Gives a very brief review about Lambda services. Just touches each concept in a nutshell. I was expecting more on lambda topics, also now with new API release, some of the concepts are obsolete. But none the less, liked reading it quickly to head start with AWS lambda.
4 reviews
December 28, 2017
Great but C# lambda functions are missing. Time for a new edition?

Great little book. Wish it had more practical examples and concept diagrams. C# was not supported at the time of the writing. A good opportunity for a review edition.
2 reviews
January 21, 2017
Not recommended

I was looking for a book with practical examples. This books talks about Lambda in general, without providing anything practical.
3 reviews
May 11, 2017
Good solid read

Good read even if you need to skim there is a lot of good info especially for a noob like me to lambda.
Profile Image for Manuel Garcia.
206 reviews9 followers
October 13, 2017
Quite interesting and highlighting. Not a comprehensive course obviously but quite interesting nevertheless
1 review
January 11, 2018
Helpful Perspective

This book was much easier for me to read than the AWS documentation. Not sure how up-to-date it is as of 01/10/2018.
1 review
October 30, 2019
Great way to get started!

Enjoyed the book and the possibilities that Lambda offers! There was enough direction and detail to allow me to fill in the gaps at a later stage.
Profile Image for Pawel Dolega.
83 reviews8 followers
March 11, 2017
My background: I knew already a little bit about Lambda. Was reading it mostly to figure out if that's a good book to recommend to someone just starting with AWS Lambda or serverless computing in general.

It is supposed to be an entry-level, quick reading. I think it delivers on this promise but perhaps not much more. Examples are simple most of the time; really, very basic. There is (?) a companion Github repo with samples but it's again modest at best (I mean - it's basically couple of files with CloudFormation samples).

On the plus side book is relatively cheap - less than $5. And it's short too :)

Don't get me wrong - it's not a bad book (having in mind it's goals). It's simply OK. 3 stars is basically "I (kinda) liked it" rating on Goodreads which actually describes my sentiment towards this book accurately.
Profile Image for Gary Lang.
255 reviews36 followers
September 5, 2016
This book covers the basics with Lambda. You learn how to create, debug, and monitor your Lambda code in JavaScript, and little helper modules are provided for simple tracing and logging, which I found useful as I taught myself how to create an event handler for my Amazon IoT button.

The notion of a microservice instance that only runs upon a triggered event of some kind solves a ton of problems in cloud programming. While I have used Node.js in my companies for a few years, I am glad to see that other languages will be supported (though I suppose you can always exec or spawn code in any language from Node).

This book was a useful quick-starting tool for me. A $4 book recommended with 4 stars. You can probably find this information around for free, but it’s so cheap, quick to get, and nice to have in one place.
Profile Image for Leandro López.
70 reviews11 followers
February 7, 2016
Good introduction to AWS Lambda

I've found this book very useful and well written. I haven't tried Lambda yet but after reading this book I feel I know the concepts and ideas in a very confident way.
Profile Image for Mr James A Diss.
1 review2 followers
September 30, 2016
Good primer

Good introduction to lambda, although node.js centric. Brief pass over api gateway was extremely welcome, but it's more of a jumping off point rather than being an in depth examination.
Profile Image for Chris Stratton.
104 reviews1 follower
August 26, 2016
50,000Ft overview ... It is a complicated topic to explain with many variables for example the readers ability and staying current with AWS changes. It was almost like a O'reilly cookbook but the examples and explanations felt thin.
Profile Image for Kylo.
43 reviews3 followers
September 4, 2016
This was a nice quick intro to AWS Lambda, easily digested in a couple hours. Kudos for that!

Minor downside: code samples were formatted in fixed width boxes, so lots of line wraps, which makes even simple code snippets a bit painful to read.
Profile Image for Marshall.
170 reviews21 followers
July 19, 2016
The book introduced basic rationale behind AWS lambda and comes with sample code in Node.js. A quick read if you want to know what the technology is.
Profile Image for Niklas Nihlén.
15 reviews
March 16, 2016
Good book that delivered exactly what I thought it would. A quick cursive introduction to AWS Lambda. Which was what I was looking for. Bang-for-the-buck wise an awesome investment :).
Profile Image for Alex James.
4 reviews2 followers
March 4, 2016
A well written introduction to AWS lambda, although lacks depth when it comes to authentication/security. The advantages of lambda over EC2 are made clear.
1 review2 followers
July 4, 2016
Good general overview

This is a good book for beginning your journey in lambda stack. It has a blend of concept articles with in depth technical code articles.
Displaying 1 - 24 of 24 reviews

Can't find what you're looking for?

Get help and learn more about the design.