https://pulumi.com logo
t

tall-librarian-49374

01/22/2019, 1:21 PM
Is there a URL-shortener example made with raw AWS resources? I need it for comparison with the one based on pulumi-cloud (https://github.com/pulumi/examples/tree/master/cloud-ts-url-shortener).
b

big-piano-35669

01/22/2019, 4:42 PM
@lemon-spoon-91807 and @white-balloon-205 probably have the best pointers. However: - We have a truly "raw" serverless example here https://github.com/pulumi/examples/blob/master/aws-ts-serverless-raw/index.ts Cyrus is working on a "middle layer" that takes many of the lessons about what sort of abstractions worked in the cloud API, and translating them to be AWS-specific, so that you get full access to the underlying resources. We'll be talking a lot more about this in the weeks to come. That isn't quite "raw" but is a nice comparison: - Video Thumbnailer using cloud: https://github.com/pulumi/examples/tree/master/cloud-js-thumbnailer - Video Thumbnailer using this new AWS layer: https://github.com/pulumi/examples/tree/master/aws-ts-thumbnailer
Oh! It looks like we do have the URL shortener written using this middle layer. Again, not raw, but AWS-specific.
t

tall-librarian-49374

01/22/2019, 5:23 PM
Why is the last one aws-specific? Seems it just uses
cloud
stuff?
Well, it's
cloud-aws
but it's could be general cloud?
Or where is the more cloudy example? 🤔
l

lemon-spoon-91807

01/22/2019, 6:22 PM
Hi @tall-librarian-49374 I can help with this one I get my temp computer up and running
On phone now, so it's a bit of a pita
Hey @tall-librarian-49374 in a slightly better state now 🙂
Are you still looking for help on this?
What info can i give you here?
t

tall-librarian-49374

01/22/2019, 8:49 PM
I think I'm good for now with links from Joe. I was a bit confused about what "middle tier" is.