aws-cloudformation / aws-cloudformation-resource-providers-logs

The CloudFormation Resource Provider Package For Amazon CloudWatch Logs
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
Apache License 2.0
33 stars 35 forks source link

[LogGroup] Fix 'Model validation failed' for dev-resources.yaml #50

Closed miparnisari closed 2 years ago

miparnisari commented 4 years ago

Issue #, if available: https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs/pull/27#discussion_r483835608

AliasName must follow Pattern: alias/^[a-zA-Z0-9/_-]+$

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

PatMyron commented 3 years ago

seeing this failure for other resource providers as well now too, like AWS::GameLift::Build, from cloudformation-cli-java-plugin v2

[ERROR] /codebuild/output/src266317992/src/github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs/aws-logs-destination/target/generated-sources/rpdk/software/amazon/logs/destination/HandlerWrapper.java:[111,13] cannot find symbol
--
203 | symbol:   method writeResponse(java.io.OutputStream,software.amazon.cloudformation.proxy.ProgressEvent<software.amazon.logs.destination.ResourceModel,software.amazon.logs.destination.CallbackContext>)
204 | location: class software.amazon.logs.destination.HandlerWrapper