Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services AWS:在SAM template.yml文件中获取SQS url_Amazon Web Services_Aws Lambda_Amazon Sqs - Fatal编程技术网

Amazon web services AWS:在SAM template.yml文件中获取SQS url

Amazon web services AWS:在SAM template.yml文件中获取SQS url,amazon-web-services,aws-lambda,amazon-sqs,Amazon Web Services,Aws Lambda,Amazon Sqs,如何将SQS url设置到lambda环境变量中? 例如,我们可以获得DynamoDB流的URN:!GetAtt SuperTable.StreamArn。 我想对SQS uri执行类似的操作。根据 返回队列URL。找到了。谢谢! !Ref YourQueueLogicalResourceName

如何将SQS url设置到lambda环境变量中? 例如,我们可以获得DynamoDB流的URN:!GetAtt SuperTable.StreamArn。 我想对SQS uri执行类似的操作。

根据


返回队列URL。

找到了。谢谢!
!Ref YourQueueLogicalResourceName