A curated set of resources and guides on how to use Ruby & Rails as your entry point to learning native AWS cloud architectures. Presented to DC Ruby User Group. https://www.meetup.com/dcruby/events/wzqbvpybcjbxb/
• Think of app.rb as config.ru for API Gateway. • Rails is in good company! Express, Flask, etc all do the same thing. • Think of Lambda as a cheaper PAYGO on Heroku. Rails & Lambda (inside out)
• Native MySQL & PostgreSQL using AWS RDS Proxy. Migrations? • Best Practices for Background Tasks & Event-Driven architecture using EventBridge, Asynchronous Invocations, and SNS/SQS. ActiveJob? Coming Soon…