Skip to content

Files

aws-logs-querydefinition

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 17, 2021
Mar 17, 2021
Mar 17, 2021
Mar 17, 2021
Mar 17, 2021
Mar 17, 2021
Mar 17, 2021
Jan 19, 2022
Mar 17, 2021
Mar 17, 2021

AWS::Logs::QueryDefinition

This repository is for the QueryDefinition CloudFormation resource type.

To get started run:

mvn generate-sources && mvn package

To run an integration test against an AWS account with a custom json template run the following command:

sam local invoke TestEntrypoint --event sam-tests/some-crudl-call.json

See more here for what to put in the json files

To run Contract Tests, run

cfn test

or

cfn test -- -k contract_some_test

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 generate.

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

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