implemented aws.#Config and aws/cloudformation packages in stdlib
Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
10
stdlib/aws/aws.cue
Normal file
10
stdlib/aws/aws.cue
Normal file
@@ -0,0 +1,10 @@
|
||||
package aws
|
||||
|
||||
#Config: {
|
||||
// AWS region
|
||||
region: string
|
||||
// AWS access key
|
||||
accessKey: string // FIXME: should be a secret
|
||||
// AWS secret key
|
||||
secretKey: string // FIXME: should be a secret
|
||||
}
|
Reference in New Issue
Block a user