{"id":50560103,"url":"https://github.com/mathworks-ref-arch/matlab-aws-support-v2","last_synced_at":"2026-06-04T11:30:51.472Z","repository":{"id":358778562,"uuid":"1161219682","full_name":"mathworks-ref-arch/matlab-aws-support-v2","owner":"mathworks-ref-arch","description":"MATLAB® interface for Amazon Web Services to script AWS workflows directly from MATLAB. These are MATLAB® class wrappers around the AWS SDK for Java v2.","archived":false,"fork":false,"pushed_at":"2026-05-19T02:44:12.000Z","size":5779,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T04:35:51.856Z","etag":null,"topics":["matlab-aws"],"latest_commit_sha":null,"homepage":"https://mathworks-ref-arch.github.io/matlab-aws-support-v2/","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathworks-ref-arch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MD","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-18T21:37:40.000Z","updated_at":"2026-05-19T02:40:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mathworks-ref-arch/matlab-aws-support-v2","commit_stats":null,"previous_names":["mathworks-ref-arch/matlab-aws-support-v2"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mathworks-ref-arch/matlab-aws-support-v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathworks-ref-arch%2Fmatlab-aws-support-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathworks-ref-arch%2Fmatlab-aws-support-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathworks-ref-arch%2Fmatlab-aws-support-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathworks-ref-arch%2Fmatlab-aws-support-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathworks-ref-arch","download_url":"https://codeload.github.com/mathworks-ref-arch/matlab-aws-support-v2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathworks-ref-arch%2Fmatlab-aws-support-v2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33903134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["matlab-aws"],"created_at":"2026-06-04T11:30:51.412Z","updated_at":"2026-06-04T11:30:51.466Z","avatar_url":"https://github.com/mathworks-ref-arch.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest release](Documentation/Images/release.svg)](https://github.com/mathworks-ref-arch/matlab-aws-support-v2/releases/latest)\n[![License](Documentation/Images/license-badge.svg)](https://github.com/mathworks-ref-arch/matlab-aws-support-v2/blob/main/LICENSE.MD)\n[![Docs](Documentation/Images/docs-badge.svg)](https://mathworks-ref-arch.github.io/matlab-aws-support-v2)\n\n# MATLAB Interface *for Amazon Web Services*\n\n## Introduction\n\n`matlab-aws-support-v2` packages MATLAB® class wrappers around the AWS SDK for Java v2 so you can script AWS workflows directly from MATLAB. Clients are available for the most commonly used services, including:\n\n- Amazon Simple Storage Service (S3)\n- Amazon Simple Queue Service (SQS)\n- Amazon Simple Notification Service (SNS)\n- AWS Secrets Manager\n- Amazon DynamoDB, ECS, Lambda, Redshift Data, STS, and more\n- Amazon Bedrock Runtime for generative AI workloads\n\nThe [documentation portal](https://mathworks-ref-arch.github.io/matlab-aws-support-v2) lists every supported service and data model.\n\n\u003e **Tip:** MATLAB already includes built-in remote data helpers (for example, [`dir`](https://www.mathworks.com/help/matlab/ref/dir.html) and the [remote data workflow guide](https://www.mathworks.com/help/matlab/import_export/work-with-remote-data.html)). Use those higher-level features whenever they cover your scenario before dropping to the low-level SDK wrappers in this project.\n\n## Requirements\n\n| Dependency | Version / Notes |\n| --- | --- |\n| MATLAB | R2023b or later |\n| Java | JDK 8 through 17. Starting with **R2025b**, Bring Your Own Java (BYOJ) is required. |\n| Maven | 3.8.8 or later |\n| OS (tested) | Windows® 11, Ubuntu® 22.04 |\n\n## Installation Overview\n\n1. Clone or download the repository.\n2. Build the Java components:\n   ```bash\n   cd Software/Java\n   mvn clean package\n   ```\n3. Ensure the AWS credentials are valid before running the startup. Check [Authentication](https://mathworks-ref-arch.github.io/matlab-aws-support-v2/Authentication.html) for different ways.\n4. Open MATLAB, run `startup.m` from `Software/MATLAB` to add the interface to your path.\n5. Check the detailed [Installation guide](https://mathworks-ref-arch.github.io/matlab-aws-support-v2/Installation.html) for advanced scenarios (proxy settings, custom SDK bundles, etc.).\n\n\u003e **Note:** If MATLAB does not recognize the MATLAB AWS classes and the startup script prints \"False\" for any of the AWS Service, or if the credentials are not reflected in MATLAB (Errors: The provided token has expired.), MATLAB has to be restarted and the startup scripts have to be run again.\n\n## Documentation\n\nFull usage instructions, service-specific walkthroughs, and the MATLAB AWS API reference are published at the [MATLAB AWS documentation site](https://mathworks-ref-arch.github.io/matlab-aws-support-v2).\n\n## Authentication\n\nYou must supply AWS credentials before calling any service. The package supports a different ways of credential provider.\nSee [Documentation/Authentication.md](https://mathworks-ref-arch.github.io/matlab-aws-support-v2/Authentication.html) for different approaches to obtain the credentials from provider.\n\n## Getting Started\n\n```matlab\n% Configure MATLAB with AWS clients and dependencies\n% Example: List buckets and read a secret\ns3 = aws.s3.Client();\nresp = s3.listBuckets();\ndisp({resp.buckets.name}');\n\nsm = aws.secretsmanager.Client();\nsecret = sm.getSecretValue(secretId=\"prod/app/api\");\ndisp(secret.secretString);\n```\n\n## License\n\nThe license for this project is provided in [LICENSE.md](/LICENSE.MD). Third-party software downloaded at build time is listed in `Software/Java/pom.xml` and is governed by its corresponding licenses.\n\n## Enhancement Requests\n\nSuggest new capabilities or managed services using the Reference Architecture request form: https://www.mathworks.com/products/reference-architectures/request-new-reference-architectures.html\n\n## Support\n\n- Email: `mwlab@mathworks.com`\n- Or open an issue in this repository with reproducible steps and logs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathworks-ref-arch%2Fmatlab-aws-support-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathworks-ref-arch%2Fmatlab-aws-support-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathworks-ref-arch%2Fmatlab-aws-support-v2/lists"}