ScienceCasts: Massive Cloud on Collision Course with the Milky Way
More crack animation for NASA and the Sciencecast series.
More crack animation for NASA and the Sciencecast series.
V! Message initial trade inquiry form for Trade To Travel The Client’s Need: Communication One of our clients, Trade To Travel, had an urgent need to allow their members to communicate directly with each other: their staff were overloaded having to act as intermediaries, shuttling queries and clarifications between guests and hosts who were trying…
How did we miss sharing this one? A global effort to monitor air quality is in the works as the US, Korea, and the European Union prepare to launch geostationary satellites capable of monitoring pollutants and other aerosols. Visit http://science.nasa.gov/ for more.
This is a followup to a previous post on how we use Lambdas to generate presigned URLs so that a user’s browser can directly upload to S3. We now want to have our S3 bucket enforce server-side encryption for all uploaded files. Getting all the pieces to work together was a bit hairy: bucket policies,…
This summer we were awarded a small research grant from NASA’s Technology Data and Innovation Division to investigate extracting structured information from scans of engineering documents, and we recently demoed our proof-of-concept app for the project to NASA’s Office of the CIO. Our previous work for the NASA Extra Vehicular Activities (EVA) Office used serverless…
More top notch animation compiled using After Effects.
TL;DR: Adding IAM Auth requires increasing the RDS server at least 4x the cost for a server with password auth, and likely much more for production. This makes it non-viable for our immediate use-case with a relatively low-stress app. Goal: no database passwords in code/configs We’re running a Wagtail CMS site (built on Django) and…