Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learn AWS Serverless Computing

You're reading from   Learn AWS Serverless Computing A beginner's guide to using AWS Lambda, Amazon API Gateway, and services from Amazon Web Services

Arrow left icon
Product type Paperback
Published in Dec 2019
Publisher
ISBN-13 9781789958355
Length 382 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Scott Patterson Scott Patterson
Author Profile Icon Scott Patterson
Scott Patterson
Arrow right icon
View More author details
Toc

Table of Contents (20) Chapters Close

Preface 1. Section 1: Why We're Here FREE CHAPTER
2. The Evolution of Compute 3. Event-Driven Applications 4. Section 2: Getting Started with AWS Lambda Functions
5. The Foundations of a Function in AWS 6. Adding Amazon API Gateway 7. Leveraging AWS Services 8. Going Deeper with Lambda 9. Section 3: Development Patterns
10. Serverless Framework 11. CI/CD with the Serverless Framework 12. Section 4: Architectures and Use Cases
13. Data Processing 14. AWS Automation 15. Creating Chatbots 16. Hosting Single-Page Web Applications 17. GraphQL APIs 18. Assessment 19. Other Books You May Enjoy

Questions

  1. What is the best way to separate environments when using the Serverless Framework?

A) Deploying multiple times
B) Using multiple service definitions
C) Using stages
D) It's not possible

  1. Which deployment strategy has the least risk of impact for a release to production?

A) All at once
B) Canary
C) Manual
D) Blue/green

  1. AWS CodeCommit provides which stage of a pipeline?

A) Source
B) Deployment
C) Build
D) Test
E) Orchestration

  1. Why would we be interested in separating deployment environments at the AWS account level?

A) Separation of IAM permissions
B) Reducing the impact of reaching service limits
C) Greater segregation of duties
D) All of the above

  1. What is a likely reason for why my CodeBuild project is failing to download the source?

A) CodeBuild doesn't have access to the CodeCommit repository
B) The bandwidth limit has been reached
C) The source...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image