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

Remove anything relating to the SST package #1027

Closed
John-Paul-Larkin opened this issue Sep 23, 2024 · 3 comments · Fixed by #1040
Closed

Remove anything relating to the SST package #1027

John-Paul-Larkin opened this issue Sep 23, 2024 · 3 comments · Fixed by #1040

Comments

@John-Paul-Larkin
Copy link
Member

Note : This issue will only be assigned to beginners.
If you have previously contributed to open source, or have experience, please filter out the issues tagged with "good first issue" and "beginner friendly".

Context

SST Serverless stack - is an open-source infrastructure-as-code tool for building on AWS with TypeScript, which allows us to easily manage resources on AWS and handle deployments for JS frameworks.

The project no longer utilises the SST package, so it can be removed from the codebase.

Expected Behavior

Uninstall the SST package, and remove any references to it.
For instance there is a config file which can be safely deleted:
sst.config.ts

There is also a script in the package.json which can be deleted
"sst:dev": "sst bind next dev",

It is also referenced in the .gitignore

You can do a search to see if it is referenced anywhere else

Additional info

Any questions feel free to ask.

@dhaneshwaritendle
Copy link
Contributor

Hi, I'm new to open-source contributions, and I'd love to work on this issue. Could I be assigned to it? Any guidance would be appreciated!

@John-Paul-Larkin
Copy link
Member Author

Hi, I'm new to open-source contributions, and I'd love to work on this issue. Could I be assigned to it? Any guidance would be appreciated!

Awesome Dhane. I will assign you.
The readme is excellent, so thats a great start.
If you run into specific issues, let us know.

@dhaneshwaritendle
Copy link
Contributor

Thanks, John! I appreciate it. 😊 I’ve removed the SST package from the package.json, .gitignore, and deleted the sst.config.ts file. I did a quick search for any other references, but didn’t find anything else. Would love to get your feedback on the changes!

dhaneshwaritendle added a commit to dhaneshwaritendle/codu that referenced this issue Sep 29, 2024
NiallJoeMaher added a commit to dhaneshwaritendle/codu that referenced this issue Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants