we-plugin-aws

We.js AWS SDK connector plugin

Usage no npm install needed!

<script type="module">
  import wePluginAws from 'https://cdn.skypack.dev/we-plugin-aws';
</script>

README

We.js AWS connector plugin

Add AWS SDK in one we.js project, use with other we.js plugins like we-plugin-file-s3

Configuration

And add AWS account configuration in config/local.js file:

  // ----
  apiKeys: {
    AWS: {
      region: 'us-east-11',
      accessKeyId: 'yourclientid',
      secretAccessKey: 'yoursecretkey',
    }
  }
  // ----

Links

Copyright

Copyright Alberto Souza contato@albertosouza.net and contributors , under the MIT license.