square-ability-48831
07/21/2022, 7:53 PM// Create a repository.
const repo = new awsx.ecr.Repository("cicd", {
name: "cicd",
});
the docs show a name param is available to be set, but I get:
index.ts(5,3): error TS2345: Argument of type '{ name: string; }' is not assignable to parameter of type 'RepositoryArgs'.
Object literal may only specify known properties, and 'name' does not exist in type 'RepositoryArgs'.
billowy-army-68599
07/21/2022, 8:07 PMsquare-ability-48831
07/21/2022, 8:11 PMpulumi plugin install resource aws v5.4.0
- not familiar with what that is, new aws backend stuff?