python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
IAM Permissions Errors When Using boto3 for AWS Comprehend
I'm playing around with the command line to run some sentiment analysis through aws and am running into some IAM issues. When running the "detect_dominant_language" function, I'm hitting Not...

Okeefe Niemann
Votes: 0
Answers: 2
How can I get tags for all tapes in AWS Storage Gateway?
In the past you used to be able to view tags for tapes in the AWS Storage gateway on the web console, but it seems AWS has removed that option now. The only way to view tags is to individually select ...
n_cox
Votes: 0
Answers: 1
Listing every folder and its subfolders in AWS s3
I have an s3 bucket with a hierarchy of folders like this:
Folder 1
Subfolder 1
Subsubfolder 1
Subsubsubfolder 1
Subsubsubfolder 2
Subsubfolder 2
Subsubsubfolder 1
...
pythonn00b
Votes: 0
Answers: 2
How to add the service name using env vairables in serverless.yml
I am trying to set the serverless service name from the env file.
I have written it as
service: ${env:SERVICE_NAME}
It worked perfectly in previous versions of serverless framework. However since I u...
Yatin Pandit
Votes: 0
Answers: 0