Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
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.
https://github.com/pulumi/examples/tree/master/aws-ts-url-shortener-cache-http
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.
Post