All Questions
4 questions
0
votes
1
answer
638
views
Unable to create a simple TXT record set in Amazon Route 53 using the AWS CLI
I am getting below error while creating TXT record in Route53 using AWS CLI. Please let me know where I am doing mistake.
Error:
[Invalid Resource Record: 'FATAL problem: InvalidCharacterString (...
5
votes
1
answer
4k
views
lambda evoke cli command reading lambda payload differently
I have created an AWS lambda function which I'm triggering using a Windows bat script.
The windows bat script takes in the windows environment variable USERNAME as part of the payload.
I have this ...
1
vote
1
answer
1k
views
JSON Module Error in Python on Windows 10
I have recently installed latest Python 3.8, boto3 and the latest aws-cli package on my PC running Windows 10.
I have configured aws cli and boto3 correctly as AWS commands work fine. However, when ...
1
vote
1
answer
2k
views
Python transform and convert yml to json
I am trying to create a online liner (or two) for converting YAML file to Json and perform a simple transformation.
Here is the code:
#!/usr/bin/python
import yaml,json
yml="""
- AppName: Wiki-...