# Inside Serverlesspresso

This blog post collects all the resources for the talk: *"Inside Serverlesspresso: Creating a production workload for pennies a day"*

**What is Serverlesspresso?**

Serverlesspresso is an interactive serverless application showcased at AWS re:Invent, AWS Summits, and other events. It allows you to order coffee from your phone. It comprises three front-end applications, and a backend built primarily with Serverless services, such as AWS Step Functions and Amazon EventBridge.

[Get the code](https://github.com/aws-samples/serverless-coffee)

### Watch this talk

%[https://youtu.be/qs0U0LdNkV0] 

### Learn more how Serverlesspresso was built

%[https://youtu.be/71ln5qjiVbk] 

## Serverlesspresso extensions

* [Introducing Serverlesspresso Extensions blog post](https://aws.amazon.com/blogs/compute/introducing-serverlesspresso-extensions/)
    
* [Building ad-hoc consumers for event-driven architectures](https://aws.amazon.com/blogs/compute/building-ad-hoc-consumers-for-event-driven-architectures/)
    

## Event-driven architectures

Serverlesspresso is built on top of Serverless services and using Event-driven architectures.

Check all these blog posts with more details about Event-driven architectures and the services used to develop these applications with AWS.

* [**Introduction to Event-Driven architectures**](https://blog.marcia.dev/introduction-to-event-driven-architectures)
    
* [**Introduction to choreography and Amazon EventBridge**](https://blog.marcia.dev/event-driven-applications)
    
* [**Introduction to Orchestration and AWS Step Functions**](https://blog.marcia.dev/orchestrated-apps)
    
* [**Serverless Land EDA page**](https://serverlessland.com/event-driven-architecture)
    
* [**Material in Spanish**](https://blog.marcia.dev/estados-y-workflows)
