Skip to content

Commit

Permalink
Ordered imports now correct
Browse files Browse the repository at this point in the history
  • Loading branch information
pierskarsenbarg committed Jul 31, 2024
1 parent ce2f0c6 commit c2a4a36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws-ts-multi-language-lambda/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// Copyright 2016-2024, Pulumi Corporation. All rights reserved.

import { lambdaSetup } from "./config";

import * as aws from "@pulumi/aws";
import * as dockerBuild from "@pulumi/docker-build";
import * as pulumi from "@pulumi/pulumi";
import { lambdaSetup } from "./config";

export = async () => {
const role = new aws.iam.Role("lambdarole", {
Expand Down

0 comments on commit c2a4a36

Please sign in to comment.