temyers

Results 6 comments of temyers

@bencompton. Do you have any timeframe on when you will be able to review this? I think Markdown is a much richer format for living documentation and think this will...

Hi is there any update on this? Whilst waiting for #195, is there a workaround using `aws-sdk-mock`? Given the following function: ``` getPipelines(state) { return new Promise(function (resolve, reject) {...

@mpkorstanje I think this is now ready for review. I have acceptance tests passing locally (I think) Will review any CI failures.

@mpkorstanje Ok, I think I'm blocked on this now. TL;DR - There's a conflict between the python and Javascript implementations for the AST - The Javascript acceptance tests are dependent...

There is a current workaround supporting this use-case, by using nested stacks Example https://s3.amazonaws.com/my-s3-bucket/stackset-spike/serverless-transform-stack.yml: ``` AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: Create pipeline-dashboard application. Resources: mechanicalrockpipelinedashboard: Type: AWS::Serverless::Application Properties: Location: ApplicationId:...

For the purposes of the demonstration above, the bucket was publicly readable. For real world usage, a bucket policy is required [grant cross-account access](https://aws.amazon.com/premiumsupport/knowledge-center/cross-account-access-s3/)