This message was deleted.
# general
s
This message was deleted.
b
@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
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
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
I think I'm good for now with links from Joe. I was a bit confused about what "middle tier" is.