Concurrency

By building your serverless application in Go, you benefit from Go's well-known concurrency patterns using goroutines, channels, and waitgroups.

By building your serverless application on Amazon Web Services, you also benefit from true parallelism in two ways:

In this section you will learn the benefits of each type of concurrency or parallelism, the differences between them, and situations in which you might choose one feature over another.