Skip to content

Files

aws-ecr-repository

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 22, 2023
Aug 22, 2023
Apr 27, 2021
Aug 22, 2023
Nov 8, 2019
Feb 11, 2021
Nov 8, 2019
Aug 22, 2023
Nov 8, 2019
Aug 22, 2023
Apr 13, 2023
Dec 16, 2020

AWS::ECR::Repository

Congratulations on starting development! Next steps:

  1. Write the JSON schema describing your resource, aws-ecr-repository.json
  2. The RPDK will automatically generate the correct resource model from the schema whenever the project is built via Maven. You can also do this manually with the following command: cfn-cli generate
  3. Implement your resource handlers

Please don't modify files under target/generated-sources/rpdk, as they will be automatically overwritten.

The code use Lombok, and you may have to install IDE integrations to enable auto-complete for Lombok-annotated classes.