Skip to content

Commit

Permalink
fix(AWS SQS): Accept only plain string form in direct ARN assignement
Browse files Browse the repository at this point in the history
(PR #10263)
  • Loading branch information
sdas13 committed Nov 26, 2021
1 parent 317cfe1 commit f7bbd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/aws/package/compile/events/sqs.js
Expand Up @@ -14,7 +14,7 @@ class AwsCompileSQSEvents {

this.serverless.configSchemaHandler.defineFunctionEvent('aws', 'sqs', {
anyOf: [
{ $ref: '#/definitions/awsArn' },
{ $ref: '#/definitions/awsArnString' },
{
type: 'object',
properties: {
Expand Down

0 comments on commit f7bbd17

Please sign in to comment.