Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created September 7, 2023 19:50
Show Gist options
  • Save AdamBien/132643f891e116fe0d0e0722f63fb7d5 to your computer and use it in GitHub Desktop.
Save AdamBien/132643f891e116fe0d0e0722f63fb7d5 to your computer and use it in GitHub Desktop.
115thAirhacksQ&A.md
@kriehzoo
Copy link

kriehzoo commented Oct 2, 2023

On AWS, when to use DocumentDB vs. DynamoDB vs. AuroraV2? What are your criteria for picking one of them because it seems that many developers are defaulting to relational database systems.

@kriehzoo
Copy link

kriehzoo commented Oct 2, 2023

On AWS, when to use SQS vs. SNS vs. Kinesis? I have a use case where I need to notify a client application about data changes and I have different clients that are not allowed to see each others notifications. Would EventBridge also be an option to send events to client applications?

@bojanb
Copy link

bojanb commented Oct 2, 2023

HI Adam

Is it possible to use S3 bucket as source from CodeBuild which has a VPC access. By default codebuild was working perfectly with S3, then I add codebuild to VPC and connection to S3 stop working. I added NAT gateway and I manage to get access back. Can I avoid NAT somehow - to reduce costs. Maybe use VPC endpoints are the solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment