Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Plugin: Add plugin to download model files needed #62

Open
adam-fowler opened this issue Dec 6, 2022 · 4 comments
Open

Build Plugin: Add plugin to download model files needed #62

adam-fowler opened this issue Dec 6, 2022 · 4 comments

Comments

@adam-fowler
Copy link
Member

Add command plugin to download the AWS model files and endpoints.json required to build package instead of expecting user to go find them.

@Arpit160399
Copy link

Hi Adam,
I'm interested in developing this plugin. Could I start by tackling this as a first-time issue?

@adam-fowler
Copy link
Member Author

adam-fowler commented Apr 24, 2024

Yes that'd be great. I must say I can't remember offhand how I expected this to work though.

@Arpit160399
Copy link

by the way Adam, I have a few questions regarding the project.
Firstly, the package configuration currently uses Swift version 5.6. However, network requests in the plugin were enabled in Swift version 5.9. Should we change the version or add a new package for Swift version 5.9?

Secondly, I was thinking of locating the services used from the Soto.config.json file for models to download is that alright?

@adam-fowler
Copy link
Member Author

Soto supports the last three released versions of Swift. Unfortunately for you that includes 5.8. You could use a @available in code to gate access to this feature.

Yes use the Soto.config.json as the definition of what needs to be downloaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants