Tory
Tory
@JavierMonton i just saw this. You're correct this module doesn't allow for region. I may have time create a PR this weekend.
The PR is open, but you can use the Aws cli as it is preinstalled in actions. Make sure to pass AWS_REGION. On Sun, Jun 6, 2021 at 2:48 PM,...
I may be able to create a PR this weekend. Just depends on availability to sit down and do it. shouldn't be too hard.
https://github.com/shallwefootball/upload-s3-action/pull/29 PR fixes it
I looked into it, I would love to learn more about the inner workings and contribute. However I am having trouble figuring out some basics.
template A: ```yaml AWSTemplateFormatVersion: 2010-09-09 Transform: AWS::Serverless-2016-10-31 Resources: layercto: Type: AWS::Serverless::LayerVersion Properties: Description: !Sub - Stack ${StackTagName} Environment ${EnvironmentTagName} Layer ${ResourceName} - ResourceName: layer ContentUri: src/layer RetentionPolicy: Delete CompatibleRuntimes: -...
@mndeveci just pinging you so this doesn't go stale. Does the above provide more clarity on what I am hoping to do?
@awsjeffg it doesn't look like it at initial glance, he is talking about the URL of nested template, and how the templates are handled separately. This is focused on the...
@mndeveci I use a tool called Stackery that manages the packaging and building of the templates correctly using AWS-SAM-CLI. The issue isn't with building of template. ``` Layers: - !Sub...
Hopefully this gets merged soon. I just ran into this issue myself.