Naoto Ishizawa
Naoto Ishizawa
Certainly, the `cdk diff` command returns status code 1 if there is a difference. However, the `cdk` command has been executed successfully. I judge it as a success. If you...
Example here. In this example, If there is a difference, it notifies slack. https://github.com/youyo/aws-cdk-github-actions/blob/master/examples/notify_difference_to_slack.yaml If you want to execute an action when the status_code is 1, you can do this...
@sshi100 `awslogin` is required opstion `--select-profile (-S)` or `$AWS_PROFILE` environment value. Please use these.
I have not been able to reproduce this error in my environment. Let me ask you a few questions. Is it possible to run the `aws` command? ```` $ aws...
Thanks! Hmmm, I'll give it some thought.
How about using the `--template-file` option? ``` - name: sam deploy uses: youyo/aws-sam-action/python3.8@v2 with: sam_command: 'deploy --template-file function/template.yml' ```