Serverless
Watch me go from novice to... slightly less novice.
As I answer each question, it'll show up in the below list as a link with a reading time. As I learn more stuff, more links should show up and fewer questions should appear.
Serverless Questions
- What do I want to accomplish learning about serverless? | 4 min read
- How do I run a serverless function locally? | 7 min read
- What's the difference between the all of the serverless frameworks? | 6 min read
- How do I deploy multiple services from a single repository? | 5 min read
- What is AWS SAM Sync for? | 5 min read
- Discover the DynamoDB concepts that transformed how I think about NoSQL and data storage in general. | 5 min read
- How I differentiate the AWS CDK and AWS SDK | 3 min read
- A simple, maybe visual, explanation of the basics of databases and the difference between document and relational storage. | 4 min read
- What I learned trying to integrate ChatGPT into a single player web game. | 9 min read
- How to create a direct connection between Appsync and config data in s3 | 8 min read
How does API Gateway get configured?The answer to this can be found in my Get It Running Locally post- How does AWS SAM sync work with Appsync?
- How does AWS SAM sync work with DynamoDB?
- How can I setup a pipeline resolver with multiple connectors?
- Does AWS SAM sync work to connect an Appsync instance to DynamoDB via pipeline resolvers?
- What does “Deployment” mean?
- How many functions fit in a single lambda? How many functions belong in multiple repos?
- Does everything live in a single repo or many repos?
- Do I go into AWS to create an S3 bucket? Or put it in my repo? (Ditto for databases, etc.)
- How do Events work?
- What's an AppSync?
- What is a step function?
- How do I operate DynamoDb effectively?
- How do I implement Auth as a middleware?
- Can I easily use websockets?
- Understand what the cost drivers are of each of these and how I can monitor cost on my own?
- How do I put things in a CI system?
- What's the best way to run a mono-repo?
- How do I create a template for re-use?
- How do I name or create different environments with Serverless?
- How can I automatically recompile shared dependencies in a shared package?
- What is Architect and SST?
- How do I construct a Step Function?
- Can I orchestrate a series of Serverless Templates? - Use data pipeline resolvers instead of