* Created blog post showing how to deploy a Django application to AWS
* Updated meta.png
* Removed trailing spaces
* Added next week blog post summary
* Apply suggestions from code review
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* Simplified AWS Cloudwatch explanation
* Described why the project needs 2 ECS instances, and fixed URL
* Added explanation on how to set django_secret_key
* Removed repetitive code, and referenced previous blog posts instead
* Fixed shortcode typo
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* Removed extra period
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
When creating a new project using pulumi new aws-typescript the typescript file generated target es2016.
This can also be seen here https://github.com/pulumi/pulumi/blob/master/sdk/nodejs/tsconfig.json
Addressing the comment to update the whole snippet with the current template version
Reverted default settings for pulumi
* Eliminate "real languages" from our website
We know that this terminology is unfriendly and can be seen as
gatekeeping. We've moved away from it over time, but there are many
traces of it in our documentation -- most notably, even on our
homepage. Instead of "real languages", let's use "familiar languages",
and in places where deeper explanation makes sense in context, we
can say "familiar, general-purpose languages."
The current 2nd-level blurb on the homepage isn't very good right now
anyhow, so this is a convenient change. As we make progress on various
marketing efforts, we will likely make more extensive changes, but
for now this at least fixes this problem. We recently A/B tested
updates without much of an impact, so let's move ahead with this change
and then if we want to test alternatives to "familiar", we can do that.
For instance, we considered "popular", etc.
* Also eliminate "real code"
* Created blog post about Dynamic Providers
* Uploaded new meta.png
* Added link to previous blog post and improved description
* Apply suggestions from code review
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* Improved blog introduction
* Added a section on `pulumi config set`
* Fixed small typo
* Apply suggestions from code review
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* Updated introduction to use Hugo shortcode link
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* Add back tf2pulumi page
This page was renamed to kube2pulumi and shipped (huzzah!), so this
change adds it back. It also changes the URL to adopt the endpoint we
stood up in production, rather than my personal Pulumi account (oops).
* Don't throw, to avoid unhandled exceptions
This avoids the issue reported and fixed in
https://github.com/pulumi/docs/pull/4012.
* Added profile for Vova Ivanov, and created first blog post.
new file: public/public
* Added newline at the end of index.md
* Added meta.png picture to blog post
* Re-Added "Meet Vova Ivanov" description
* Apply suggestions from code review
Edited text to break up the flow and make it less repetitive.
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* Described the relation between the main.py file and the project structure
* Fixed grammar and explained how to scaffold a new aws-python app
* Removed trailing space
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* New Kubernetes Superpowers blog post
* Add lang picker
* Add crd2pulumi examples
* lint
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* PR feedback and Helm 3 + Kustomize section
* Fix link to press release
* Add link and screenshot for kube2pulumi page
* Reformat kubernetes product page; authentication based CTAs
* Update layout and placeholder text
* Fill in copy
* Remove unused
* Superpower icon, snake_case in YAML
* Use existing SVGs (refactor into icon lib later)
* Typo, add TODO to use SVGs
* Remove more unused
* WIP: Code-switcher, UX polish
* Scroll back to top-left, add dark-mode style for Python and C#
* Update copy
* Layouts and things
* Disambiguate
* Link to the release from the newsroom
* Medium and large layout adjustments
* Update cloud eng summit text
* Copy edits
* Fix typos
* Fix typo
* Fix typos
* Update links
* Link to the blog post
Co-authored-by: Luke Hoban <luke@pulumi.com>
Co-authored-by: Levi Blackstone <levi@pulumi.com>
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Copying and pasting the non-quoted commands results in an error from `zsh` and likely other shells. We should show quoted values to help prevent users from hitting this error.
We require pip to be available, which is typically included with Python installs, but some Linux distros require it to be installed separately using the OS's package manager. Update the Python install instructions to mention this.
Also, update the .NET required version, since I noticed it was out-of-date.