amazon
Here are 2,219 public repositories matching this topic...
-
Updated
Jun 27, 2022 - JavaScript
-
Updated
Aug 2, 2022 - Shell
-
Updated
Jul 29, 2022 - Python
-
Updated
Jul 14, 2022 - Swift
-
Updated
Apr 15, 2022 - Python
-
Updated
Aug 3, 2022 - Shell
-
Updated
Dec 3, 2021 - Java
I'm in the app folder.
I mkdir exports to make an export folder.
I run rake evm:export:service_dialogs -- --directory exports
I get back:
(in /var/www/miq/vmdb)
Error: argument --directory Destination directory must exist.
Try --help for help.
How can this be? I can ls and see my exports folder in this directory.
-
Updated
Aug 2, 2020 - AppleScript
-
Updated
Feb 4, 2022 - JavaScript
-
Updated
Jul 15, 2022 - Shell
-
Updated
May 22, 2022
Describe the bug
CodeUri in Function has invalid directory name
To Reproduce
- Create a powershell package using the new-awsPowerShellLambdaPackage:
New-AWSPowerShellLambdaPackage -ScriptPath checkdomainavailable.ps1 -OutputPackage checkdomainavailable.zip
- Add the function in template.yaml
CheckDomainAvailableFunction:
Type: AWS::Serverless::Function
Pr
-
Updated
Jul 12, 2022 - JavaScript
-
Updated
Jul 31, 2022 - C++
-
Updated
Aug 2, 2022 - Java
-
Updated
Mar 24, 2021 - Python
-
Updated
May 18, 2022 - Python
-
Updated
Aug 2, 2022
-
Updated
May 18, 2022
-
Updated
Jul 15, 2022 - Shell
-
Updated
Feb 14, 2022 - PHP
Improve this page
Add a description, image, and links to the amazon topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the amazon topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Vault has backends for AWS like dynamo and s3. However to use them you should provide credentials. AWS support 2 solutions to eliminate this. IAM roles for Service Accounts and Instance profile roles.
Due to some unknown reason vault requires more time to start when using dynamic creds than explicit definition keys in s3 block o