2023-11-02 07:55:41 +00:00

1 line
508 B
HTML

<p>To start, {{ "[login to the Pulumi CLI](/docs/cli/commands/pulumi_login/)" | markdownify }} and {{ "[ensure it is configured to use your AWS account](/docs/clouds/aws/get-started/begin/#configure-pulumi-to-access-your-aws-account)" | markdownify }}. Next, {{ "[create a new project](/docs/clouds/aws/get-started/create-project/)" | markdownify }}, then use the following code snippet to scaffold your project with the required imports and overall program structure that we will fill in as we go along:</p>